@sylphx/silk-vite-plugin 1.1.0 → 1.1.1
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,12 +65,18 @@ interface SilkPluginOptions {
|
|
|
65
65
|
- **[@sylphx/silk-vue](https://www.npmjs.com/package/@sylphx/silk-vue)** - Vue 3 Composition API
|
|
66
66
|
- **[@sylphx/silk-svelte](https://www.npmjs.com/package/@sylphx/silk-svelte)** - Svelte reactive stores
|
|
67
67
|
- **[@sylphx/silk-solid](https://www.npmjs.com/package/@sylphx/silk-solid)** - Solid.js fine-grained reactivity
|
|
68
|
+
- **[@sylphx/silk-qwik](https://www.npmjs.com/package/@sylphx/silk-qwik)** - Qwik resumability & zero hydration
|
|
69
|
+
- **[@sylphx/silk-preact](https://www.npmjs.com/package/@sylphx/silk-preact)** - Preact 3KB React alternative
|
|
68
70
|
|
|
69
71
|
### Meta-Framework Plugins
|
|
70
72
|
- **[@sylphx/silk-nextjs](https://www.npmjs.com/package/@sylphx/silk-nextjs)** - Next.js App Router & RSC
|
|
71
73
|
- **[@sylphx/silk-remix](https://www.npmjs.com/package/@sylphx/silk-remix)** - Remix streaming SSR
|
|
72
74
|
- **[@sylphx/silk-astro](https://www.npmjs.com/package/@sylphx/silk-astro)** - Astro islands architecture
|
|
73
75
|
|
|
76
|
+
### Design System Presets
|
|
77
|
+
- **[@sylphx/silk-preset-material](https://www.npmjs.com/package/@sylphx/silk-preset-material)** - Material Design 3 preset (~2KB)
|
|
78
|
+
- **[@sylphx/silk-preset-minimal](https://www.npmjs.com/package/@sylphx/silk-preset-minimal)** - Minimal design system (~1KB)
|
|
79
|
+
|
|
74
80
|
## Documentation
|
|
75
81
|
|
|
76
82
|
Full documentation: [GitHub Repository](https://github.com/sylphxltd/silk)
|