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/pill
Usage
import Pill from '@heycar-uikit/pill';
function App() {
return <Pill>$250 off</Pill>;
}
Documentation and sandbox
Storybook documentation and sandbox