fluent-svelte-extra 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# fluent-svelte-extra
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A fork of fluent-svelte which is in active development.
|
|
4
|
+
|
|
5
|
+
# Undocumented Components
|
|
6
|
+
|
|
7
|
+
Components that we develop won't be in docs. But you can view the detailed usage [here](https://github.com/OpenAnime/fluent-svelte-extra/blob/main/src/routes/test/index.svelte)
|
|
4
8
|
|
|
5
9
|
# Note
|
|
6
10
|
|
|
7
|
-
|
|
11
|
+
Thanks to the [creator](https://github.com/Tropix126) of [fluent-svelte](https://github.com/tropix126/fluent-svelte) library for making such an awesome library!
|
package/package.json
CHANGED