cdd-storybook-tutorial
v1.0.1
Published
- React - Styled ## Installation ``` npm i cdd-storybook-tutorial ``` ## Usage ```jsx // App.jsx import { Button } from 'cdd-storybook-wanted';
Downloads
2
Readme
storybook-tutorial
개발 환경
- React
- Styled
Installation
npm i cdd-storybook-tutorial
Usage
// App.jsx
import { Button } from 'cdd-storybook-wanted';
const App = () => {
return (
<Button label="안녕하세요" color="#fff" backgroundColor="#000" />
)
}
Docs
https://haeyonghahn.github.io/storybook-tutorial/