File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
- 🚀 ** Fast** : Built with hooks and functional components only.
37
37
- 🛡 ** Bulletproof** : Written in strict TypeScript and has 100% test coverage.
38
38
- 🗂 ** Typed** : Ships with [ types included] ( #typescript-support )
39
- - 😍 ** Simple** : The interface is straight forward and easy to use.
39
+ - 😍 ** Simple** : The interface is straightforward and easy to use.
40
40
- 👫 ** Cross-browser** : Works out-of-the-box for most browsers, regardless of version.
41
41
- 📲 ** Mobile-friendly** : Supports mobile devices and touch screens.
42
42
- 💬 ** Accessible** : Follows the [ WAI-ARIA] ( https://www.w3.org/WAI/standards-guidelines/aria/ ) guidelines to support users of assistive technologies.
@@ -232,7 +232,7 @@ declare global {
232
232
}
233
233
```
234
234
235
- This will correct the types an allow you to use ** react-colorful** along with many other React + TS libraries in your Preact + TS application.
235
+ This will correct the types and allow you to use ** react-colorful** along with many other React + TS libraries in your Preact + TS application.
236
236
237
237
</details >
238
238
You can’t perform that action at this time.
0 commit comments