Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.78 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.78 KB

chistock-ui

Group 251

chistock-ui는 chistock을 위한 디자인 시스템 라이브러리입니다.

설치 방법

  1. 패키지 매니저를 통해 다운로드
npm install chistock-ui
yarn add chistock-ui

  1. 전역 style import
//index.ts
import "chistock-ui/style.css";

  1. 원하는 컴포넌트를 가져와 사용
//your-component.tsx
import { Button } from 'chostock-ui'

const Component = () => {
    return <div>
        <Button>버튼</Button>
    </div>
}

컴포넌트 문서

chistock-ui Storybook - 준비 중


기술 스택