Compare commits

...

3 Commits

Author SHA1 Message Date
Wael
72a2e9f626 Merge dcf440cbb2 into 64630aa173 2024-01-30 07:47:12 -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
wael
dcf440cbb2 Add n2words 2023-01-11 12:11:43 +01:00

View File

@@ -499,6 +499,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Complex.js](https://github.com/infusion/Complex.js) - A complex number library for JavaScript. * [Complex.js](https://github.com/infusion/Complex.js) - A complex number library for JavaScript.
* [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript. * [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript.
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript * [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript
* [n2words](https://github.com/forzagreen/n2words) - Convert numerical numbers to written numbers, in 25+ languages.
## Storage ## Storage
@@ -773,6 +774,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