diff --git a/AGENTS.md b/AGENTS.md index 67f6860..c196138 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -52,7 +52,7 @@ Config: `registry.config.ts` and `components.json` `registries` field. ## Content -- `content.config.ts` defines the docs collection with `category` field: `element | content | marketing | chat | overview` +- `content.config.ts` defines the docs collection with `category` field: `form | content | marketing | chat | overview` - `@nuxt/content` v3 with D1 database (`content.database.type: "d1"`) - Markdown highlight disabled; `nuxt-shiki` module handles syntax highlighting instead diff --git a/app/components/demo/FormDemo.vue b/app/components/demo/FormDemo.vue new file mode 100644 index 0000000..17f8303 --- /dev/null +++ b/app/components/demo/FormDemo.vue @@ -0,0 +1,118 @@ + + +