fluent-svelte-extra 1.0.0 → 1.0.2
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 +4 -30
- package/package.json +1 -1
- package/CHANGELOG.md +0 -7
package/README.md
CHANGED
|
@@ -1,33 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
<img src="https://raw.githubusercontent.com/Tropix126/fluent-svelte/e78982fb9fa48a6ea0b7cc61f4ff8fae9df88db3/static/logo.svg" width="72" height="128" />
|
|
3
|
-
<br />
|
|
4
|
-
Fluent Svelte
|
|
5
|
-
</h1>
|
|
1
|
+
# fluent-svelte-extra
|
|
6
2
|
|
|
7
|
-
|
|
3
|
+
like fluent-svelte but with more components lol.
|
|
8
4
|
|
|
9
|
-
|
|
5
|
+
# Note
|
|
10
6
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Features
|
|
14
|
-
|
|
15
|
-
- [SvelteKit](https://kit.svelte.dev/) and SSR Compatible
|
|
16
|
-
- [TypeScript](https://typescriptlang.org/) and type definitions are supported, but optional.
|
|
17
|
-
- Full RTL support with no additional configuration.
|
|
18
|
-
- All components are accessible according to [WAI-ARIA](https://www.w3.org/WAI/standards-guidelines/aria/) standards.
|
|
19
|
-
- Theming support using CSS custom properties.
|
|
20
|
-
- Minimal third-party dependency usage.
|
|
21
|
-
- Reduced motion support.
|
|
22
|
-
- Easy setup. Just install the library, add some base styles, and you're ready to go.
|
|
23
|
-
- Minimal CSS overhead. Styles are included and scoped alongside their respective components, only bundling the CSS you need.
|
|
24
|
-
|
|
25
|
-
### Undocumented Components
|
|
26
|
-
|
|
27
|
-
The documentation site (https://fluent-svelte.vercel.app/) is still not entirely finished. Many components exported in the library are not yet documented. That progress can be tracked [here](https://github.com/Tropix126/fluent-svelte/issues/13). For now, i've setup a testing page with every component included in the library that is viewable [here](https://fluent-svelte.vercel.app/test). It's source can be viewed [here](https://github.com/Tropix126/fluent-svelte/blob/main/src/routes/test/index.svelte).
|
|
28
|
-
|
|
29
|
-
Please keep in mind that any undocumented component is _considered to be in the 0.x phase of development_. This means that they could potentially recieve breaking API changes or be heavily updated before being finalized.
|
|
30
|
-
|
|
31
|
-
### Changelog
|
|
32
|
-
|
|
33
|
-
See [CHANGELOG.md](https://github.com/Tropix126/fluent-svelte/blob/main/CHANGELOG.md).
|
|
7
|
+
this is a fork of the fluent-svelte package. The difference between is this package has more components. Thanks to the creator of fluent-svelte package.
|
package/package.json
CHANGED
package/CHANGELOG.md
DELETED