fluid-ui-svelte 0.0.6 → 0.0.7
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# This package is under development, you can check the version number. I would not recommend using it before I reach at least v.0.5.x
|
|
2
|
+
|
|
1
3
|
# Fluid UI for Svelte/SvelteKit
|
|
2
4
|
|
|
3
5
|
Fluid UI is a UI library with minimal styling and layout. All of the primitives are basic abstractions of html elements and components are just building blocks for the actual component. You will need to build components yourself using those building blocks.
|