dabeeo-react-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.1-beta • Public • Published

npm version license


Logo

dabeeo-react-ui

dabeeo react desigin system component lib

Admin Design System (Figma)

storybook

💾 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

Package Sidebar

Install

npm i dabeeo-react-ui

Weekly Downloads

4

Version

1.0.1-beta

License

MIT

Unpacked Size

505 kB

Total Files

21

Last publish

Collaborators

  • dabeeo-frontend