@heycar-uikit/typography
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

HeyCar-UIKit - Typography

Tests Coverage Status Demo build Commitizen friendly

The Typography component is used to display any types of text present on the heycar-uikit design system.

In the design prototypes, when clicking on text, you will find a variant name like h1, subheading2, body4. That's all that you need to get your text component ready. Each variant contains already the expected font size, font weight, letter spacing, line height, and text transform.

Installation

To install and save in your package.json dependencies, run the command below using npm:

npm install @heycar-uikit/typography

Usage

import Typography from '@heycar-uikit/Typography';

function App() {
  return <Typography variant="subheading2">Hello World</Typography>;
}

Documentation and sandbox

Storybook documentation and sandbox

/@heycar-uikit/typography/

    Package Sidebar

    Install

    npm i @heycar-uikit/typography

    Weekly Downloads

    4

    Version

    5.0.0

    License

    UNLICENSED

    Unpacked Size

    279 kB

    Total Files

    74

    Last publish

    Collaborators

    • heycar-uikit