@heycar-uikit/chip
v0.8.1
Published
HeyCar-UIKit chip
Downloads
4
Maintainers
Readme
HeyCar-UIKit - Chip
Chips allow users to enter information, make selections, filter content, or trigger actions. While buttons are expected to appear consistently and with familiar calls to action, chips should appear dynamically as a group of multiple interactive elements.
Installation
To install and save in your package.json dependencies, run the command below using npm:
npm install @heycar-uikit/chip
Usage
import Chip from '@heycar-uikit/chip';
function App() {
return <Chip>Mini</Chip>;
}
Documentation and sandbox
Storybook documentation and sandbox