While playing(newbie) with react styled-components (emotion), I created some reusable components(20+) of my own. So I decided to put together this static project to showcase all the components and their inner working. (No DB involved), site data is generated on the fly and stored in a Global State (Context API)
Live here
-
<Drawer/>
-
<Collapsible/>
-
<DropMenu/>
-
<Modal/>
-
<Snackbar/>
-
<Modal/>
-
<Tabs/>
-
.... and many more (in src๐)