Merge pull request #10285 from vzkiss/add-flowkit-ui-registry

feat(registry): add @flowkit-ui
This commit is contained in:
shadcn
2026-04-06 15:22:32 +04:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@@ -1018,5 +1018,11 @@
"homepage": "https://mksingh.dev/docs",
"url": "https://mksingh.dev/r/{name}.json",
"description": "A personal registry of production-ready ShadCN components and utilities. Everything is built to drop into your existing ShadCN project with no extra setup."
},
{
"name": "@flowkit-ui",
"homepage": "https://flowkit-ui.vzkiss.com",
"url": "https://flowkit-ui.vzkiss.com/r/{name}.json",
"description": "Opinionated, accessible components on Base UI and shadcn-style primitives — starting with a Creatable Combobox."
}
]

File diff suppressed because one or more lines are too long