Skip to content

Commit 29ade64

Browse files
feat: add dropdown component (#49)
1 parent caf5c23 commit 29ade64

File tree

7 files changed

+826
-4
lines changed

7 files changed

+826
-4
lines changed

.changeset/serious-boxes-tap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@zenml-io/react-component-library": minor
3+
---
4+
5+
add dropdown component

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
},
8686
"dependencies": {
8787
"@radix-ui/react-avatar": "^1.0.4",
88+
"@radix-ui/react-dropdown-menu": "^2.0.6",
8889
"@radix-ui/react-slot": "^1.0.2",
8990
"class-variance-authority": "^0.7.0",
9091
"clsx": "^2.1.0",

0 commit comments

Comments
 (0)