0.3.0 • Published 1 year ago

@s-ui/react-primitive-typography v0.3.0

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

PrimitiveTypography

Description

Installation

$ npm install @s-ui/react-primitive-typography

Usage

Basic usage

Import package and use the component

import PrimitiveTypography from '@s-ui/react-primitive-typography'

return (<PrimitiveTypography />)

Import the styles (Sass)

@import '~@s-ui/theme/lib/index';
/* @import 'your theme'; */
@import '~@s-ui/react-primitive-typography/lib/index';

Find full description and more examples in the demo page.