miljodir / md-components

Design-komponenter for Miljødirektoratet (CSS og React)
https://miljodir.github.io/md-components
MIT License
3 stars 2 forks source link

MdAlertMessage with ReactNode contents #116

Closed kajsaeggum closed 6 months ago

kajsaeggum commented 6 months ago

Describe your changes

Some enhancements to MdAlertMessage-component:

  1. Fix so that icon is not shrinked when label wraps across lines: image

  2. New prop to control alignment between icon and content/label. Default is still centered, but gives the possibility to set either start or end: image

  3. Added type ReactNode to label-prop, to allow contents of AlertMessage to be more advanced than a plain string. For example for text split up by controlled new lines. Or to be able to add a heading, bulleted list etc. image

Checklist before requesting a review

github-actions[bot] commented 6 months ago

Please set a versioning label of either major, minor, or patch to the pull request.