zorotek-ui
v1.0.1-alpha.34
Published
Next Generation React Components
Downloads
11
Maintainers
Readme
A library of high quality components for React.
Available components
- Button
- Input
- Card
- Radio
- Tab
- Checkbox
- Select
- Input
- Label
- Status
- Button Group
- Grid
- Flex
- Select
- Text
- Text Area
- Toggle
- Drawer
- Button Group
- Status
- Modal
- Badge
- Link
- Skeleton
- Image
- Tab
- Tooltip
- Spacer
- Divider
- Collapse
- Breadcrumb
- Box
- Avatar
- Alert
- Popover
- Table
- Dropdown
- Pagination
Using the components
- From the command line inside of your project
npm install ripple-ui
- Import the component that you want to use
import {Button} from 'ripple-ui';
- Use as if it was any other component
export const function = () => {
return (
<Button>
Hello World!
<Button />
);
}
Contributing
See here.