stylish-sidebar
Version:
Reusable React sidebar
75 lines (49 loc) • 1.86 kB
Markdown
<p align="center">
<img width="150" src="https://eugeville.files.wordpress.com/2015/03/logo.png" alt="Stylish Sidebar logo">
</p>
<h1 align="center">Stylish React Sidebar</h1>
<div align="center">
[][2] - start your React project with an elegant super-easy-to-implement sidebar.
[](https://www.npmjs.com/package/stylish-sidebar)
[](https://github.com/EugeCos/stylish-sidebar-npm/blob/master/license)
</div>
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?
[][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 (
<AppContainer> // make sure this parent includes 'display: flex' property
<StylishSidebar />
<MainView />
</AppContainer>
)
}
ReactDOM.render(<App />, document.querySelector('#app'));
```
Yes, it is that simple.
Check out our [documentation][5] for guides and a full API reference.
Get help or stay up to date.</br>
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].
[]: https://github.com/EugeCos
[]: https://sidebar.studio/
[]: https://github.com/EugeCos/stylish-sidebar/blob/master/license
[]: https://eugeville.com/you-used-to-call-me-on-my-cell-phone
[]: https://github.com/EugeCos/stylish-sidebar/