Skip to content

bh2980/chistock-ui

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
May 26, 2024
May 20, 2024
May 19, 2024
May 26, 2024
May 19, 2024
May 27, 2024
May 20, 2024
May 19, 2024
May 19, 2024
May 19, 2024
May 20, 2024
May 19, 2024
May 19, 2024
May 20, 2024
May 20, 2024
May 19, 2024
May 20, 2024
May 19, 2024
May 19, 2024
May 19, 2024
May 19, 2024
May 19, 2024
May 20, 2024
May 20, 2024

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