feat: added option to pass classes to header and content

This commit is contained in:
victor
2022-12-08 10:20:54 +04:00
parent d9b2dfd9a4
commit c78a56810b
2 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="vp-raw flex flex-col">
<Accordion :items="items" flush>
<Accordion :items="items" content-classes="bg-red-100">
<div>
<p class="mb-2 text-gray-500 dark:text-gray-400">Flowbite is an open-source library of interactive components built on top of Tailwind CSS including buttons, dropdowns, modals, navbars, and more.</p>
<p class="text-gray-500 dark:text-gray-400">Check out this guide to learn how to <a href="/docs/getting-started/introduction/" class="text-blue-600 dark:text-blue-500 hover:underline">get started</a> and start developing websites even faster with components on top of Tailwind CSS.</p>