This is the list of React components built for re-usability and as a hobby by @rachitiitr, a FullStack Developer and YouTuber (150K+ subscribers).
Demo of the custom components built is available here.
Makes any component draggable Example
<Draggable>
<div>
<h1>You can drag me now</h1>
</div>
</Draggable>