Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henripar/scrollbar
Simple online scrollbar editor
https://github.com/henripar/scrollbar
css scroll scrollbar scrolling scrolling-website
Last synced: about 2 months ago
JSON representation
Simple online scrollbar editor
- Host: GitHub
- URL: https://github.com/henripar/scrollbar
- Owner: henripar
- License: mit
- Created: 2023-02-26T00:42:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T17:26:39.000Z (10 months ago)
- Last Synced: 2024-02-03T18:27:24.692Z (10 months ago)
- Topics: css, scroll, scrollbar, scrolling, scrolling-website
- Language: Vue
- Homepage: https://scrollbar.app
- Size: 511 KB
- Stars: 585
- Watchers: 5
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- my-awesome-list - scrollbar
README
Scrollbar.app
Simple online tool for designing scrollbars.
## About
Scrollbar.app is a simple web app which helps developers to design and implement custom scrollbars.
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```