1.0.1-beta β€’ Published 1 month ago

dabeeo-react-ui v1.0.1-beta

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

πŸ’Ύ 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

1.0.1-beta

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago