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: components with onclicks should be buttons #60

Closed aurorascharff closed 10 months ago

aurorascharff commented 10 months ago

Describe your changes

Using anchor tags as buttons is not recommended. It causes issues such as not being able to tab to the button. Refactored MdLink, MdTile and MdTileVertical to conditionally render <button or <a depending on the input props.

Checklist before requesting a review