Skip to content

braid-design-system@25.1.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 06 Apr 05:00
· 1357 commits to master since this release
d557289

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 a element by default, but this can be customised via the linkComponent prop on BraidProvider.

    Example usage:

    <ButtonLink href="#" weight="strong">
      Submit
    </ButtonLink>