feat(components): add the accordion component

This commit is contained in:
Alexander Navarro 2024-12-26 16:44:32 -03:00
parent 7af58fe829
commit e0ed5a5ddd
10 changed files with 159 additions and 15 deletions

View file

@ -7,7 +7,8 @@
},
"exports": {
".": "./src/index.ts",
"./navbar/*": "./src/navbar/*"
"./navbar/*": "./src/navbar/*",
"./accordion/*": "./src/accordion/*"
},
"devDependencies": {
"@types/bun": "latest",