[WEB-4689]chore: added accordion to propel (#7641)
* chore: added accordion to propel * fix: lint errors * fix: updated export path * fix: lint errors * chore: made accordion into compound component * fix: coderabbit suggestions
This commit is contained in:
parent
64b95daff4
commit
7437deaa86
3 changed files with 92 additions and 2 deletions
|
|
@ -25,8 +25,9 @@
|
|||
"./combobox": "./src/combobox/index.ts",
|
||||
"./tooltip": "./src/tooltip/index.ts",
|
||||
"./styles/fonts": "./src/styles/fonts/index.css",
|
||||
"./card": "./src/card/index.ts",
|
||||
"./switch": "./src/switch/index.ts"
|
||||
"./switch": "./src/switch/index.ts",
|
||||
"./accordion": "./src/accordion/index.ts",
|
||||
"./card": "./src/card/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@base-ui-components/react": "^1.0.0-beta.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue