codygreen / lab-framework-demo

2 stars 5 forks source link

Adding collapsible component #197

Closed jswongF5 closed 2 months ago

jswongF5 commented 2 months ago

Adding ability to add a collapsible section. Below is a screenshot of an example of how I would like to use this.

image

aknot242 commented 2 months ago

Yeah, seems unusual that @nextui-org/accordion would bring in that many dependencies. Maybe it is a little heavy because it is part of the bigger NextUI framework. There are some other cool components in there that we might be using at some point, but weird that all the "dev": true were removed. How did you install it? npm install @nextui-org/accordion?

jswongF5 commented 2 months ago

Yup.. that was the exact command I ran.

jswongF5 commented 2 months ago

Alright.. no additional dependancies!