1.0.16 • Published 2 years ago
comma-ui v1.0.16
CommaUI components built with React, Typescript and TailwindCSS
💿 Install
Make sure you've installed TailwindCSS
Install the package with npm or yarn:
npm install comma-ui
or
yarn add comma-ui
⚡ Quick Start
Import comma-ui components within your component files:
import { Button } from 'react-daisyui';
export default (props) => {
return <Button color="primary">Click me!</Button>;
};
⚙️ Components
- [] Checkbox
- [] Input
- [] Radio
- [] Range
- [] Select
- [] MultiSelect
- [] Toggle
- [] Toast
- Anchor
- [] Stepper
- [] Tabs