0.0.7 • Published 2 years ago

@zorotek-ui/react v0.0.7

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

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

  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.