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

fix: issues with id props on various components #56

Closed aurorascharff closed 10 months ago

aurorascharff commented 10 months ago

Describe your changes

Tried fixing inconsistencies with id-props on different components. Previosuly did not consider all factors (like setting custom id's as a user of the library) when implementing a11y-features. Note that the typing on "id" props is still very inconsistent across components but could cause problems for developers using the library if fixed.

Checklist before requesting a review