-
Updated
Apr 27, 2022 - JavaScript
zero-dependency
Here are 163 public repositories matching this topic...
-
Updated
Apr 27, 2022 - C++
-
Updated
Mar 31, 2022 - JavaScript
-
Updated
May 1, 2022 - JavaScript
-
Updated
Mar 31, 2022 - TypeScript
-
Updated
Dec 15, 2021 - C
-
Updated
Mar 27, 2022 - TypeScript
We had a regression bug in tonic
that was not caught by our tests.
Our tests are very unit focused.
Having examples and being able to write integration tests against example apps that consist of multiple components working together should get us decent regression tests.
This depends upon #10
Create example apps
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Oct 17, 2021 - Java
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Mar 29, 2022 - TypeScript
-
Updated
Apr 30, 2022 - JavaScript
-
Updated
Feb 1, 2022 - C++
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Jun 8, 2017 - Swift
-
Updated
Mar 13, 2022 - Scala
-
Updated
Apr 15, 2022 - HTML
Typescript support
Typescript declarations would make it a ton easier to use this package, at the moment the types aren't exposed correctly:
Could not find a declaration file for module 'react-apple-signin-auth'. '/home/user/docs/repo/react-web/node_modules/react-apple-signin-auth/dist/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/react-apple-signin-auth` if it exists or add a new dec
-
Updated
Apr 18, 2020 - TypeScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Nov 21, 2021 - TypeScript
-
Updated
Apr 3, 2022 - TypeScript
-
Updated
Jun 11, 2021 - JavaScript
Improve this page
Add a description, image, and links to the zero-dependency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zero-dependency topic, visit your repo's landing page and select "manage topics."
Really love this library, especially all the accessibility considerations built in! One thing I've noticed in implementing it though is an error from accessibility validators for a missing
aria-valuenow
property on both the Color and Hue sliders.I had an explore of the MDN docs for the two properties