Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxfoxcode/bulma-extension-nouislider
Bulma styling extension for noUiSlider.js
https://github.com/boxfoxcode/bulma-extension-nouislider
bulma nouislider
Last synced: 22 days ago
JSON representation
Bulma styling extension for noUiSlider.js
- Host: GitHub
- URL: https://github.com/boxfoxcode/bulma-extension-nouislider
- Owner: BoxFoxCode
- License: mit
- Created: 2023-12-15T18:07:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-25T17:27:00.000Z (about 1 year ago)
- Last Synced: 2024-10-16T19:05:49.459Z (2 months ago)
- Topics: bulma, nouislider
- Language: Sass
- Homepage: https://boxfoxcode.github.io/bulma-extension-noUiSlider/www/index.html
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bulma Extension For noUiSlider
Bulma extension SASS CSS for noUiSlider.js
To match Bulma slider styling and Bulma uses SASS.## Features - _Ver. 0.1 "Range and Handle Styles"_
- Range and Handle Styling
- 'Default' Square Handle & Round/Circle Handle
- Colors; range & connects
- Horizontal & Vertical Styling## Usage
To be used in conjuction with the default noUiSlider css: apply Bulma-like styling with a styled slider class (default: `.styled-slider`). Therefore load after noUiSlider css wheater alone or built into Bulma.Follows Bulma for size, color, and appearence as close as possible.
`.is-[size]` and `.is-circle` to apply size to the slider or make the handle appearence round.
`.is-[color]` to apply color to the slider range, including `.is-light`, `.is-dark`, and `.is-inverted`.
Use `.is-[color]-connect` to apply color to all connects within the slider.
Build with `jsconnects` for `.is-[color]` styling on individual connects by applying the class via javascript.
Build with `cssconnects` for `.is-[color]-connect-[n]` class styling for the slider applying to [n]th-child connects (default 5).## Requirements
Based From:
- Bulma 0.9.4
- noUiSlider 15.7.1Build Requirements:
- Dart SASS## Build
- Independent: Use `.base.sass` to build standalone css with Dart SASS. Edit to include either/neither `cssconnects` or `jsconnects` for individual connect coloring.
- With Bulma: Either include `.base.sass` or include individual modules (`core`, `cssconnects`, `jsconnects`) as part of your custom Bulma base in the same manner as Bulma.Edit `config` to modify the noUiSlider prefix to match noUiSlider.js if changed, to set the class name defining styled sliders, and shared generated style settings.
## License
MIT