0.0.7 • Published 3 years ago
@zorotek-ui/react v0.0.7
A library of high quality components for React.
Available components
- Button
- Input
- Card
- Radio
- Navbar
- Tab
- Checkbox
- Dropdown
- Input
- Label
- Status
- Button Group
- Grid
- Flex
- Select
- Text
- Text Area
- Toggle
Using the components
- From the command line inside of your project
npm install zorotek-ui
- Import the component that you want to use
import {Button} from 'zorotek-ui';
- Use as if it was any other component
export const function = () => {
return (
<Button>
Hello World!
<Button />
);
}
Contributing
See here.