dabeeo-react-ui
v1.0.1-beta
Published
dabeeo react component ui library
Downloads
10
Maintainers
Readme
💾 Installation
npm
npm install dabeeo-react-ui
yarn
yarn add dabeeo-react-ui
👨🏻💻 Development environment
- react 호환성 (peer deps)
- react 17=>
- typescript
- yarn 4.2.1 (berry 는 yarn 의 v2), none pnp
- emotion
- 빌드도구: rollup
- story book (vite)
🔨 Usage
import {Button} from 'dabeeo-react-ui';
const MyComponent = () => {
return (
<div>
<Button variant="solid" colorScheme="red">
My Button
</Button>
</div>
);
};
export default MyComponent;
📜 License
This software is licensed under the MIT © Dabeeo