|
1 | 1 |
|
2 | | -<div class="group block w-full items-center justify-between cursor-pointer border-b border-stone-200 aria-disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:select-none" aria-disabled="false"> |
3 | | - <button class="flex items-center justify-between w-full py-5 text-left font-medium dark:text-white text-stone-800">Material Tailwind React<svg width="1.5em" height="1.5em" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor" class="block h-4 w-4 group-data-[open=true]:hidden"><path d="M6 12H12M18 12H12M12 12V6M12 12V18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg><svg width="1.5em" height="1.5em" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor" class="hidden h-4 w-4 group-data-[open=true]:block"><path d="M6 12H18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg> |
4 | | - </button> |
5 | | -</div> |
6 | | -<div class="group block w-full items-center justify-between cursor-pointer border-b border-stone-200 aria-disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:select-none" aria-disabled="false"> |
7 | | - <button class="flex items-center justify-between w-full py-5 text-left font-medium dark:text-white text-stone-800">Material Tailwind HTML<svg width="1.5em" height="1.5em" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor" class="block h-4 w-4 group-data-[open=true]:hidden"><path d="M6 12H12M18 12H12M12 12V6M12 12V18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg><svg width="1.5em" height="1.5em" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor" class="hidden h-4 w-4 group-data-[open=true]:block"><path d="M6 12H18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg> |
8 | | - </button> |
9 | | -</div> |
10 | | -<div class="group block w-full items-center justify-between cursor-pointer border-b border-stone-200 aria-disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:select-none" aria-disabled="false"> |
11 | | - <button class="flex items-center justify-between w-full py-5 text-left font-medium dark:text-white text-stone-800">Material Tailwind Vue<svg width="1.5em" height="1.5em" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor" class="block h-4 w-4 group-data-[open=true]:hidden"><path d="M6 12H12M18 12H12M12 12V6M12 12V18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg><svg width="1.5em" height="1.5em" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor" class="hidden h-4 w-4 group-data-[open=true]:block"><path d="M6 12H18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg> |
12 | | - </button> |
| 2 | +<div class="group block w-full" |
| 3 | + aria-disabled="false" |
| 4 | + data-dui-accordion-container |
| 5 | + data-dui-accordion-mode="exclusive"> |
| 6 | + |
| 7 | + <div class="flex items-center justify-between w-full py-5 text-left font-medium dark:text-white text-stone-800 cursor-pointer" |
| 8 | + data-dui-accordion-toggle |
| 9 | + data-dui-accordion-target="#customIconAccordion1" |
| 10 | + aria-expanded="false"> |
| 11 | + What is David UI? |
| 12 | + <svg data-dui-accordion-icon-close xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-4"> |
| 13 | + <path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" /> |
| 14 | + </svg> |
| 15 | + <svg data-dui-accordion-icon-open xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-4"> |
| 16 | + <path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14" /> |
| 17 | + </svg> |
| 18 | + </div> |
| 19 | + |
| 20 | + <div id="customIconAccordion1" |
| 21 | + class="overflow-hidden transition-all duration-300 border-b border-stone-200 dark:border-stone-700"> |
| 22 | + <p class="mb-5 text-sm text-stone-500 dark:text-stone-400"> |
| 23 | + David UI is a comprehensive UI library built with Tailwind CSS, offering modern and customizable components for web development. |
| 24 | + </p> |
| 25 | + </div> |
| 26 | + |
| 27 | + <div class="flex items-center justify-between w-full py-5 text-left font-medium dark:text-white text-stone-800 cursor-pointer" |
| 28 | + data-dui-accordion-toggle |
| 29 | + data-dui-accordion-target="#customIconAccordion2" |
| 30 | + aria-expanded="false"> |
| 31 | + Why choose David UI? |
| 32 | + <svg data-dui-accordion-icon-close xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-4"> |
| 33 | + <path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" /> |
| 34 | + </svg> |
| 35 | + <svg data-dui-accordion-icon-open xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-4"> |
| 36 | + <path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14" /> |
| 37 | + </svg> |
| 38 | + </div> |
| 39 | + |
| 40 | + <div id="customIconAccordion2" |
| 41 | + class="overflow-hidden transition-all duration-300 border-b border-stone-200 dark:border-stone-700"> |
| 42 | + <p class="mb-5 text-sm text-stone-500 dark:text-stone-400"> |
| 43 | + David UI provides an extensive collection of ready-to-use components with seamless integration and excellent developer experience. |
| 44 | + </p> |
| 45 | + </div> |
| 46 | + |
13 | 47 | </div> |
0 commit comments