chistock-ui는 chistock을 위한 디자인 시스템 라이브러리입니다.
- 패키지 매니저를 통해 다운로드
npm install chistock-ui
yarn add chistock-ui
- 전역 style import
//index.ts
import "chistock-ui/style.css";
- 원하는 컴포넌트를 가져와 사용
//your-component.tsx
import { Button } from 'chostock-ui'
const Component = () => {
return <div>
<Button>버튼</Button>
</div>
}
chistock-ui Storybook - 준비 중