Compare commits

...

3 Commits

Author SHA1 Message Date
Miriam Zusin
a60f4920ae Merge 5d09776cdc into 64630aa173 2024-01-30 07:47:13 -08:00
Tom Österlund
64630aa173 add schedule-x (#876)
Co-authored-by: Tom Österlund <tom_jonathan.oesterlund@prosiebensat1.com>
2024-01-30 10:17:19 +01:00
Miriam Zusin
5d09776cdc Update README.md
Added toolcool-range-slider - https://github.com/mzusin/toolcool-range-slider
The project has 45 stars so far, 605 weekly downloads on npm, 82k hits/month on jsDelivr. 
Thank you
2023-07-29 17:36:47 +03:00

View File

@@ -747,7 +747,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [jQRangeSlider](https://github.com/ghusse/jQRangeSlider) - A JavaScript slider selector that supports dates. * [jQRangeSlider](https://github.com/ghusse/jQRangeSlider) - A JavaScript slider selector that supports dates.
* [noUiSlider](https://github.com/leongersen/noUiSlider) - A lightweight, highly customizable range slider without bloat. * [noUiSlider](https://github.com/leongersen/noUiSlider) - A lightweight, highly customizable range slider without bloat.
* [rangeslider.js](https://github.com/andreruffert/rangeslider.js) - HTML5 input range slider element polyfill. * [rangeslider.js](https://github.com/andreruffert/rangeslider.js) - HTML5 input range slider element polyfill.
* [toolcool-range-slider](https://github.com/mzusin/toolcool-range-slider) - Range slider library written in TypeScript and using web components.
## Form Widgets ## Form Widgets
@@ -773,6 +773,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Date Range Picker](https://github.com/dangrossman/daterangepicker) - creates a dropdown menu from which a user can select a range of dates. * [Date Range Picker](https://github.com/dangrossman/daterangepicker) - creates a dropdown menu from which a user can select a range of dates.
* [Duet Date Picker](https://github.com/duetds/date-picker) - open source version of Duet Design Systems accessible date picker, WCAG 2.1 accessibility complaint * [Duet Date Picker](https://github.com/duetds/date-picker) - open source version of Duet Design Systems accessible date picker, WCAG 2.1 accessibility complaint
* [tui.calendar](https://github.com/nhn/tui.calendar) - A JavaScript schedule calendar that is full featured. Now your service just got the customizable calendar. * [tui.calendar](https://github.com/nhn/tui.calendar) - A JavaScript schedule calendar that is full featured. Now your service just got the customizable calendar.
* [Schedule-X](https://github.com/schedule-x/schedule-x) - Material design event calendar. Features drag & drop, dark mode, multiple views and more.
### Select ### Select