# Vue Accordion Component - Flowbite #### Use Tailwind CSS accordion component to show expanding content --- :::tip Original reference: [https://flowbite.com/docs/components/accordion/](https://flowbite.com/docs/components/accordion/) ::: ## Default accordion Use this example to basic accordion. ```vue ``` ## Always open accordion Always open prop to makes accordion able to open multiple elements. ```vue ``` ## Flush accordion Flush prop makes opened tab being not able to close. ```vue ``` ## Styling accordion You can style headers with `header-classes` prop and content containers with `content-classes` props by pass tailwind classes. ```vue ```