nrkno / core-components

Accessible and lightweight Javascript components
https://static.nrk.no/core-components/latest/
MIT License
117 stars 10 forks source link

False props #634

Closed skjalgepalg closed 2 years ago

skjalgepalg commented 2 years ago

Remove customElementToReact config of props for

The above mentioned attributes behave less desirably when used only as javaScript properties, and must instead also be present as HTML-attributes on the custom element.

NB! This causes a potentially breaking change to core-dialog:

Replaces signature of backdrop; true/false or "custom-ID" with "on", "off" or "custom-ID"

Various improvements to related documentation

Resolves #344