11# react-sidebar-ui
22
3- > Sidebar component for React projects with customizable design
3+ > ⚛️ Sidebar component for React projects with customizable design
44
5- [ ![ NPM] ( https://img.shields.io/npm/v/react-sidebar-ui.svg )] ( https://www.npmjs.com/package/react-sidebar-ui )
6- [ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
5+ [ ![ NPM] ( https://img.shields.io/npm/v/react-sidebar-ui.svg )] ( https://www.npmjs.com/package/react-sidebar-ui )
76[ ![ NPM Downloads] ( https://img.shields.io/npm/dt/react-sidebar-ui.svg )] ( https://www.npmjs.com/package/react-sidebar-ui )
8-
7+ [ ![ Buy me a coffee] ( https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png )] ( https://www.buymeacoffee.com/svetloslav )
8+ <br />
99![ React Sidebar UI Black] ( https://i.imgur.com/gXPJtJW.gif )
1010![ React Sidebar UI Light] ( https://i.imgur.com/QT86Om0.gif )
1111![ React Sidebar UI Light] ( https://imgur.com/gHZQYo6.gif )
@@ -18,7 +18,7 @@ yarn add react-sidebar-ui
1818```
1919
2020## Usage
21- 1 . Import ` https://unpkg.com/react-sidebar-ui@1.1.8 /dist/index.css ` into your index.html file
21+ 1 . Import ` https://unpkg.com/react-sidebar-ui@1.2.0 /dist/index.css ` into your index.html file
22222 . In order to use icons, you should import Font-Awesome
23233 . Start using the component
2424
@@ -92,7 +92,7 @@ Common props you may want to specify include:
9292- ` classes ` - you should add font-awesome class here add your custom classes if you want to add custom style to the component
9393
9494## Customization
95- If you want to change the style of a component, you can do it by adding your own classes to the component
95+ If you want to change the style of a component, you can do it by adding your own classes to the component.
9696## Contribute
9797Contributions are always welcome!
9898Please read the [ contribution guidelines] ( contributing.md ) first.
0 commit comments