@heycar-uikit/pill
v4.0.0
Published
HeyCar-UIKit pill
Maintainers
Readme
HeyCar-UIKit - Pill
Cards can include pills in their left corner. These pills can contain dynamic information, such as promotion information.
Installation
To install and save in your package.json dependencies, run the command below using npm:
npm install @heycar-uikit/pillUsage
import Pill from '@heycar-uikit/pill';
function App() {
return <Pill>$250 off</Pill>;
}Documentation and sandbox
Storybook documentation and sandbox
