Skip to content

Commit bd1501c

Browse files
committed
[reui] Install Github Button
1 parent d3fa72d commit bd1501c

File tree

4 files changed

+402
-1
lines changed

4 files changed

+402
-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
@@ -20,6 +20,7 @@
2020
"mdast-util-from-markdown": "^2.0.2",
2121
"mdast-util-gfm": "^3.1.0",
2222
"micromark-extension-gfm": "^3.0.0",
23+
"motion": "^12.23.24",
2324
"next-themes": "^0.4.6",
2425
"react": "^19.1.1",
2526
"react-code-block": "^1.1.3",

0 commit comments

Comments
 (0)