HeyCar-UIKit - Logo
The Logo component is used to display heycar logos.
Installation
To install and save in your package.json dependencies, run the command below using npm:
npm install @heycar-uikit/logo
Usage
import Logo from '@heycar-uikit/logo';
<Logo fontSize={65} color="primary" />;
Colors
Use the color
prop to change the visual color of the Logo.
You can set the value to primary
, secondary
, tertiary
Mica Blue = Primary Heycar Mint = Secondary Sunbeam Blue = Tertiary
for more info you checkout colour page in Figma
Documentation and sandbox
Storybook documentation and sandbox