button-by-zorotek
v1.2.8
Published
<p align="center"> <a href="https://zorotek-ui.com"> <img width="20%" src="./assets/logo.png" alt="Zorotek-UI" /> <h1 align="center">Zorotek UI</h1> </a> </p>
Downloads
3
Readme
Zorotek-UI React Components
A library of high quality components for React.
Available components
- Button
- Checkbox
- Dropdown
- Input
- Label
- List
- Modal
- Radio
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.