@beeblock/svelar 0.6.0 → 0.6.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 +1 -0
- package/dist/cli/bin.js +218 -211
- package/package.json +1 -4
- package/src/ui/Seo.svelte +104 -0
- package/src/ui/index.ts +1 -0
package/README.md
CHANGED
|
@@ -56,6 +56,7 @@ See the [Getting Started guide](https://svelar.dev/docs/getting-started) for a c
|
|
|
56
56
|
| **i18n** | `svelar/i18n` | Paraglide-js integration with language switcher |
|
|
57
57
|
| **Forms** | `svelar/forms` | SvelteKit Superforms integration helpers |
|
|
58
58
|
| **UI Components** | `svelar/ui` | Minimal built-in components + [shadcn-svelte](https://shadcn-svelte.com) pre-installed |
|
|
59
|
+
| **SEO** | `svelar/ui` | `<Seo>` component for meta tags, Open Graph, Twitter Cards, JSON-LD structured data |
|
|
59
60
|
| **Hooks** | `svelar/hooks` | One-line SvelteKit hooks setup with sensible defaults |
|
|
60
61
|
| **Container** | `svelar/container` | IoC container with singleton/transient bindings |
|
|
61
62
|
| **Plugins** | `svelar/plugins` | Plugin discovery, publishing, and CLI management |
|