https://github.com/rachitiitr/react-components
My custom react components that I built as a hobby
https://github.com/rachitiitr/react-components
Last synced: 5 months ago
JSON representation
My custom react components that I built as a hobby
- Host: GitHub
- URL: https://github.com/rachitiitr/react-components
- Owner: rachitiitr
- Created: 2021-02-11T20:00:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T06:27:09.000Z (over 4 years ago)
- Last Synced: 2025-04-01T03:51:10.961Z (6 months ago)
- Language: JavaScript
- Size: 845 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is the list of React components built for re-usability and as a hobby by [@rachitiitr](https://linkedin.com/in/rachitiitr), a FullStack Developer and [YouTuber](https://youtube.com/rachitjain) (150K+ subscribers).# Demo
Demo of the custom components built is available [here](https://rachitiitr.github.io/react-components/).
# List of React components## Draggable
> Makes any component draggable
**Example**
```javscript
You can drag me now
```