htmlstreamofficial / preline

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
https://preline.co
Other
4.9k stars 309 forks source link

Angular version of Accordion doesn't work #360

Closed AnassL closed 6 months ago

AnassL commented 6 months ago
It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element.

The above is the simplest sample from the Angular version of Accordion documentation. I followed the instructions for the installation, but was not able to get the second, and third item content to show after clicked their relative buttons.

How to fix this, please ?

jahaganiev commented 6 months ago

You may check out Angular playground demos on StackBlitz

If you are still having any issues, please fork the example from StackBlitz and provide live demo.

Thanks!