@heycar-uikit/header
v5.0.0
Published
HeyCar-UIKit header
Downloads
5
Maintainers
Readme
HeyCar-UIKit - Header
Cards can include badges in their left corner. These badges 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/header
Usage
import Header from '@heycar-uikit/header';
function App() {
return <Header />;
}
@import '@heycar-uikit/input/dist/esm/Header.css';
Documentation and sandbox
Storybook documentation and sandbox.