4.0.0 • Published 1 year ago

@heycar-uikit/pill v4.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

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