undefined
An unstyled component that can be used for creating your own clickable components. It's basically a native HTML button element with all the browser default styling removed. Read more about buttons and accessibility
This article also explains why: https://css-tricks.com/use-button-element/
If you pass a href, click will render an <a>
, otherwise it will render as a <button>
.