Skip to content

bh2980/chistock-ui

Repository files navigation

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 - 준비 중


기술 스택


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published