typography component
npm install @acodez/typographyReact typography component.
-----
- Installation
- PropsAPI
- Usage
-----
``bash`
npm install @acodez/typography
| Property | Type | Required | Description |
|-----|-----|-----|:-----|
|type|string|no|declare the type of the text element, choose from h1, h2, h3,h4, h5, h6, p, etc|string
|size||no|font size, choose from sm, md, lg|string
|color||no|color scheme, choose from primary, secondary, warning, success, danger, info, dark, light|string
|decoration||no|text decoration, choose from strike, underline, overline|
-----
`jsx`
import Text from "@acodez/typography";
Example
`jsx`
Example - more options
`jsx``