Skip to content

braid-design-system@32.14.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 23 Nov 03:35
· 634 commits to master since this release
7582651

Minor Changes

  • Add optional tooltipPlacement prop to ButtonIcon (#1390)

    The tooltipPlacement prop allows you to specify the placement of the tooltip to either top or bottom.
    The default value is top.

    EXAMPLE USAGE:

    <ButtonIcon tooltipPlacement="bottom" />