@kaakao-ui/box
v0.0.11
Published
Box is the most abstract Kaakao-UI layout component.
Downloads
26
Readme
@kaakao-ui/box
This package includes the Box component from the Kaakao-UI Design System Kaakao-UI Design System.
Description
Box is a base layout component, and the most abstract in Kaakao-UI.
Installation
npm install @kaakao-ui/box
# With Peer Dependencies
npm install react react-dom @kaakao-ui/box
Usage
import { Box } from '@kaakao-ui/box';
<Box>Kaakao-UI</Box>;