Skip to content

@salt-ds/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 12:32
· 504 commits to main since this release
d8cc3d1

Minor Changes

  • 53a7f22: Removed DropdownNext, Option, OptionGroup and ComboBoxNext from labs and promoted to core.

  • 6cdfe94: Add SegmentedButtonGroup to labs
    SegmentedButtonGroup should be used to display a list of actionable buttons, flush with separators

    const SegmentedButtonGroup = () => (
      <SegmentedButtonGroup>
        <Button> Button </Button>
        <Button> Button </Button>
        <Button> Button </Button>
      </SegmentedButtonGroup>
    );

Patch Changes

  • 91074aa: - Fixed tabs container height to fit its contents and display as block so it can take 100% width without an extra wrapper.