sidebar-skeleton-compostrap 2.0.13 → 2.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +2 -3
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -12,11 +12,10 @@ npm install sidebar-skeleton-compostrap
|
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
## Built on
|
|
15
|
-
- Bootstrap
|
|
15
|
+
- [Bootstrap 5](https://getbootstrap.com)
|
|
16
16
|
|
|
17
17
|
## Demo
|
|
18
|
-
Live demo
|
|
19
|
-
HTML template code: https://raw.githubusercontent.com/compostrap/sidebar-skeleton/master/demo.html
|
|
18
|
+
- [Live demo](https://compostrap.github.io/skeleton)
|
|
20
19
|
|
|
21
20
|
## Introduction
|
|
22
21
|
Simple and fast sidebar skeleton is built on Bootstrap.
|