Skip to content

kabinny/sb-lib-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sb-lib-test

스토리북으로 문서를 작성하는 컴포넌트 라이브러리 테스트

개발 환경

  • react
  • styled-components

설치

$ npm i sb-lib-test

사용법

// App.jsx
import { Button } from 'sb-lib-test'

const App = () => {
  return <Button label="버튼이에요" color="#fff" backgroundColor="#000" />
}

Docs

스토리북 문서

License

  • MIT License