button-by-zorotek
TypeScript icon, indicating that this package has built-in type declarations

1.2.8 • Public • Published

Zorotek-UI React Components

Zorotek-UI

Zorotek UI

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.

Readme

Keywords

none

Package Sidebar

Install

npm i button-by-zorotek

Weekly Downloads

0

Version

1.2.8

License

MIT

Unpacked Size

477 kB

Total Files

70

Last publish

Collaborators

  • siumauricio