-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
27 lines (27 loc) · 752 Bytes
/
registry.json
File metadata and controls
27 lines (27 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "flexinput",
"title": "flexinput",
"homepage": "https://github.com/sachigoyal/flex-input",
"description": "custom input component for your next AI application",
"items": [
{
"name": "flexinput",
"type": "registry:ui",
"title": "flexinput",
"description": "custom input component for your next AI application",
"dependencies": [
"lucide-react"
],
"registryDependencies": ["button", "textarea", "dialog", "form", "scroll-area"],
"files": [
{
"path": "src/components/flexinput.tsx",
"content": "",
"type": "registry:ui",
"target": ""
}
]
}
]
}