Skip to content

Commit 720642d

Browse files
committed
2 parents deed278 + 42c0021 commit 720642d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
2222
2. In order to use icons, you should import Font-Awesome
2323
3. 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
9797
Contributions are always welcome!
9898
Please read the [contribution guidelines](contributing.md) first.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-sidebar-ui",
33
"version": "1.2.1",
44
"description": "Sidebar component for React projects with customizable design",
5-
"author": "Webinax",
5+
"author": "Svetloslav Novoselski",
66
"license": "yes",
77
"keywords": [
88
"react",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11274,9 +11274,9 @@ websocket-driver@>=0.5.1:
1127411274
websocket-extensions ">=0.1.1"
1127511275

1127611276
websocket-extensions@>=0.1.1:
11277-
version "0.1.3"
11278-
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
11279-
integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==
11277+
version "0.1.4"
11278+
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
11279+
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
1128011280

1128111281
whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5:
1128211282
version "1.0.5"

0 commit comments

Comments
 (0)