0.1.0 • Published 12 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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.