Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkebo/sidepanel
A CSS Library for the left-side overlay panel
https://github.com/kkebo/sidepanel
css css-library
Last synced: 17 days ago
JSON representation
A CSS Library for the left-side overlay panel
- Host: GitHub
- URL: https://github.com/kkebo/sidepanel
- Owner: kkebo
- License: mit
- Created: 2016-12-12T15:18:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T16:36:17.000Z (over 5 years ago)
- Last Synced: 2024-09-21T22:19:34.857Z (about 2 months ago)
- Topics: css, css-library
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sidepanel
[![npm (scoped)](https://img.shields.io/npm/v/@kebo69/sidepanel.svg)](https://www.npmjs.com/package/@kebo69/sidepanel)
A CSS Library for the left-side overlay panel.
## Demo
[Here (JS Bin)](http://jsbin.com/wixucigeyi/1/edit?html,css,js,output)
## Usage
### Legacy
Load `sidepanel.css` and `sidepanel.js` on your HTML file just like [`example.html`](./example.html) or [`empty.html`](./empty.html).
### npm
Install via npm.
```bash
npm install @kebo69/sidepanel
```And load them on your HTML file.
```html
```
## Browser compatibility
- Safari 10+ on iOS/iPadOS/macOS (Recommended)
- Firefox 50+
- Chrome 55+