README
react-modern-ui
Install and setup
Install package:
npm install --save react-modern-ui
Import styles in the main application file:
import "react-modern-ui/dist/styles.css";
Documentation
- Storybook: https://a-bugaj.github.io/react-modern-ui/
Roadmap
- Button
- Basic component
- with loader prop
- with disabled prop
- Input
- Basic component
- type password
- type number
- disabled
- Checkbox
- Basic component
- Switch
- Basic component
- Select
- Basic component
- disabled
- with filtering option
- with infinite scroll
- Tooltip
- Basic component
- Ellipsis
- Basic component
- Table
- Basic component
- with side menu / context menu
- with filtering
- with sorting
- with infinite scroll
- with loader
- Drawer
- Basic component
- Modal
- Basic component
- Autocomplete
- Basic component
- Card
- Basic component
License
MIT © a-bugaj