Random bag of React Components.
This is another random set of React components. It's more of a playground for creating React components.
It follows ps-react guidelines.
It uses:
- styled-components for styling
- ramda as utilities library
- jest for unit testing
It is not intended for production. Most of the components will be opinionated - not highly customizable.
Because of theming all the components are wrapped in a styled-component
's ThemeProvider
.
TODO: add side menu group components by type
- Label
- Text input
- Text area
- Icon(s)
- Button
- List and List Item
- InputField
- Checkbox
- Radio button
- Date picker
- Time picker
- Select
- Switch
- Collapse
- Form
- Date range picker
- Time range picker