Skip to content

Commit ae502cd

Browse files
committed
fix(slider): Unable to install slider components via npm #7
1 parent ac79a85 commit ae502cd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

apps/origin-ui/src/registry.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,13 @@
210210
"name": "slider",
211211
"type": "registry:ui",
212212
"registryDependencies": [
213-
"https://www.originui-ng.com/r/tooltip.json"
213+
"https://www.originui-ng.com/r/slider.json"
214+
],
215+
"files": [
216+
{
217+
"path": "registry/default/ui/slider.ts",
218+
"type": "registry:ui"
219+
}
214220
],
215221
"dependencies": [
216222
"@radix-ng/primitives"

0 commit comments

Comments
 (0)