braid-design-system@25.1.0
·
1357 commits
to master
since this release
Minor Changes
-
Add ButtonLink component (#581)
You can now easily render semantic links that look like Button elements without needing to use the lower level ButtonRenderer.
This component renders a native
aelement by default, but this can be customised via thelinkComponentprop on BraidProvider.Example usage:
<ButtonLink href="#" weight="strong"> Submit </ButtonLink>