arash-react-components
v1.4.8
Published
React component library which includes most used components by Arash Saadati.
Readme
Usage
You need to wrap your whole react project around the ThemeProvider inside the index.js file. You can override the default theme by going over the folowing steps:
- Importing the DEFAULT_THEME
- Using object destructuring to make the necessary changes
- Passing the new theme to ThemeProvider

Component List
- AppLoader
- Backdrop
- Button
- Card
- ConditionalWrapper
- DragAndDrop
- Draggable
- Dropdown
- Input
- Modal
- SearchBar
- SidedrawerModal
- Switch
- Table
- Tabs
- TextArea
- Timeline
Examples
*** Examples are only provided for complicated components. ***
DragAndDrop and Draggable Components

Dropdown Component


SidedrawerModal Component


Switch Component


Table Component




Tabs Component


Timeline Component


