Button
component by default renders as <button>
and accepts all of the button
props (onClick
etc)
as well as all of the responsive, theme-based style props that allow further styling customizations.
It ships with secondary
variant by default.
Button
component can be rendered as any other component such as for example <input type="submit">
or react-router-dom Link
.