1.0.3 • Published 1 year ago

buum-ui v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Modern UI Library 💣

📦 Install

npm i buum-ui

🔨 Usage

import { Button } from 'buum-ui';

export default () => {
  <>
    <Button color="primary" variant="solid" radius="md" size="md">
      Primary
    </Button>
  </>;
};

Don't forget to import the .css file into the main directory!

import 'buum-ui/dist/bundle.css';