@kaakao-ui/text
v0.0.2
Published
Text is the base typography component in Kaakao-UI.
Downloads
1
Readme
@kaakao-ui/text
This package includes the Text component from the Kaakao-UI Design System Kaakao-UI Design System.
Description
Text is the base typography component in Kaakao-UI.
Installation
npm install @kaakao-ui/text
# With Peer Dependencies
npm install react react-dom @kaakao-ui/text
Usage
import { Text } from '@kaakao-ui/text';
<Text>Kaakao-UI</Text>;