1.2.8 • Published 2 years ago

button-by-zorotek v1.2.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

  1. From the command line inside of your project
npm install zorotek-ui
  1. Import the component that you want to use
import {Button} from 'zorotek-ui';
  1. Use as if it was any other component
export const function = () => {
  return (
    <Button>
        Hello World!
    <Button />
  );
}

Contributing

See here.