Next.js starter your AI actually understands. Ship internal tools in days not weeks. Pre-order $199 $499 → [Get it now]

How to build an accordion in Vue

Accordions organize large amounts of content into collapsible sections, improving page scannability and reducing initial visual complexity. As the creator of CoreUI with over 12 years of Vue.js experience since 2014, I’ve implemented accordion components in countless enterprise applications. A Vue accordion requires reactive state to track which items are open, methods to toggle items, and transitions for smooth expand/collapse animations. This approach creates a reusable accordion without external dependencies.

Read More…
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to Center a Button in CSS
How to Center a Button in CSS

The Wacky World of JavaScript: Unraveling the Oddities
The Wacky World of JavaScript: Unraveling the Oddities

How to return multiple values from a JavaScript function
How to return multiple values from a JavaScript function

How to migrate CoreUI React Templates to Vite
How to migrate CoreUI React Templates to Vite

Answers by CoreUI Core Team