0.0.13 • Published 3 years ago
@real-system/text-primitive v0.0.13
Usage
# install peer dependencies
# npm
$ npm install react react-dom @real-system/box-primitive @real-system/styling-library @real-system/theme-library @real-system/utils
# yarn
$ yarn add react react-dom @real-system/box-primitive @real-system/styling-library @real-system/theme-library @real-system/utils
# install text
# npm
$ npm install @real-system/text-primitive
# yarn
$ yarn add @real-system/text-primitive
Code Example
import { Text, TextPrimitiveProps, safelySpreadTextProps } from '@real-system/text-primitive';
const H1 = (props: TextPrimitiveProps) => (
<Text as="h1" fontSize={10} {...safelySpreadTextProps(props)}>
The quick brown fox jumped over the lazy dog.
</Text>
);
0.0.10
3 years ago
0.0.11
3 years ago
0.0.12
3 years ago
0.0.13
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.0-20220130051114
3 years ago
0.0.0-20220130044606
3 years ago
0.0.0-next-20220130005939
3 years ago
0.0.0-next-20220130004926
3 years ago
0.0.0-next-20220129231735
3 years ago
0.0.0-next-20220129225534
3 years ago
0.0.4
3 years ago
0.0.0-next-20220128090736
3 years ago
0.0.0-next-20220128085747
3 years ago
0.0.0-20220128083632
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago
0.0.0
3 years ago