18 lines
765 B
JSON
18 lines
765 B
JSON
{
|
|
"name": "TextareaWithText",
|
|
"type": "registry:example",
|
|
"dependencies": [],
|
|
"registryDependencies": [
|
|
"label",
|
|
"textarea"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "example/TextareaWithText.vue",
|
|
"content": "<script setup lang=\"ts\">\nimport { Label } from '@/registry/default/ui/label'\nimport { Textarea } from '@/registry/default/ui/textarea'\n</script>\n\n<template>\n <div class=\"grid w-full gap-1.5\">\n <Label for=\"message-2\">Your message</Label>\n <Textarea id=\"message-2\" placeholder=\"Type your message here.\" />\n <p class=\"text-sm text-muted-foreground\">\n Your message will be copied to the support team.\n </p>\n </div>\n</template>\n",
|
|
"type": "registry:example",
|
|
"target": ""
|
|
}
|
|
]
|
|
}
|