HeyCar-UIKit - Segmented Buttons
Segmented buttons help people select options, switch views, or sort elements
Installation
To install and save in your package.json dependencies, run the command below using npm:
npm install @heycar-uikit/segmented-buttons
Usage
// TSX/JSX file
import SegmentedButtons from '@heycar-uikit/core/segmented-buttons';
// CSS file
@import '@heycar-uikit/core/segmented-buttons/esm/SegmentedButtons.css';
Documentation and sandbox
Storybook documentation and sandbox