2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-08 06:15:24 +00:00

List frameworks that work with web component

This commit is contained in:
Vjacheslav Trushkin 2022-05-16 23:00:25 +03:00
parent 397abdfff3
commit d14fdfd6c9

View File

@ -67,6 +67,13 @@ Directory `iconify-icon` contains `iconify-icon` web component and wrappers for
| [React wrapper](./iconify-icon/react/) | React |
| [Solid wrapper](./iconify-icon/solid/) | Solid.js |
Frameworks that are confirmed to work with web components without custom wrappers:
- Svelte.
- Vue 2 and Vue 3, but requires custom config when used in Nuxt (see below).
- React, but with small differences, such as using `class` instead of `className`. Wrapper fixes it and provides types.
- Ember.
#### Demo
Directory `iconify-icon-demo` contains demo packages that show usage of `iconify-icon` web component.