Skip to content

Commit 069792a

Browse files
committed
[reui] Install GitHub button
1 parent dbcd2da commit 069792a

File tree

4 files changed

+369
-1
lines changed

4 files changed

+369
-1
lines changed

components.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
"lib": "@/lib",
1919
"hooks": "@/hooks"
2020
},
21-
"registries": {}
21+
"registries": {
22+
"@reui": "https://reui.io/r/{name}.json"
23+
}
2224
}

package-lock.json

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"mdast-util-from-markdown": "^2.0.2",
2222
"mdast-util-gfm": "^3.1.0",
2323
"micromark-extension-gfm": "^3.0.0",
24+
"motion": "^12.23.24",
2425
"next-themes": "^0.4.6",
2526
"react": "^19.1.1",
2627
"react-code-block": "^1.1.3",

0 commit comments

Comments
 (0)