Coding-with-Adam / Dash-by-Plotly

Interactive data analytics
dash-by-plotly.coding-with-adam.vercel.app
1.47k stars 1.69k forks source link

feat: Introduce ModalTitle dbc in Form ModalHeader #55

Closed mutumagitonga closed 2 months ago

mutumagitonga commented 2 months ago

Including ModalTitle allows easy alteration of font style or font size or both.

According to the migration guide for dash-bootstrap-components v1, ModalTitle can be introduced as a child of ModalHeader to conveniently change two font properties: style and size. This change has equally been applied as demonstrated in the official Modal component documentation.

Coding-with-Adam commented 2 months ago

Thank you @mutumagitonga