varmory 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 CHANGED
@@ -28,7 +28,14 @@ app.use(Varmory, {
28
28
  });
29
29
  ```
30
30
 
31
- This registers all components globally and initializes the theme system.
31
+
32
+ ## Usage
33
+
34
+ See [docs/USAGE.md](docs/USAGE.md) — setting up a fresh app using varmory for UI, Vite config, and Quasar plugin setup.
35
+
36
+ ## Building Components
37
+
38
+ See [docs/CustomComponents.md](docs/CustomComponents.md) — API style, CSS variables, layout patterns, component composition, and styling conventions.
32
39
 
33
40
  ## Theming, Dark/Light mode
34
41