Reusable React sidebar
npm install stylish-sidebar

[Stylish Sidebar][2] - start your React project with an elegant super-easy-to-implement sidebar.


Stylish Sidebar is an open source, production-ready React sidebar component that can be quickly implemented into any desktop dashboard.
Looking for an example to play around with?
[Check this out][2].
``sh`
npm install stylish-sidebar
yarn add stylish-sidebar
Here is a quick example to get you started:
`jsx
import React from 'react';
import ReactDOM from 'react-dom';
import StylishSidebar from 'stylish-sidebar';
function App() {
return (
)
}
ReactDOM.render(
``
Yes, it is that simple.
Check out our [documentation][5] for guides and a full API reference.
Get help or stay up to date.
If you have questions [feel free to reach out][4].
Created in 2020 and maintained by [@EugeCos][1]
This project is licensed under the terms of the [MIT license][3].
[1]: https://github.com/EugeCos
[2]: https://sidebar.studio/
[3]: https://github.com/EugeCos/stylish-sidebar/blob/master/license
[4]: https://eugeville.com/you-used-to-call-me-on-my-cell-phone
[5]: https://github.com/EugeCos/stylish-sidebar/