chore: flowbite>flowbite-vue
This commit is contained in:
@@ -17,7 +17,7 @@ Original reference: [https://flowbite.com/docs/components/accordion/](https://fl
|
|||||||
Use this example to basic accordion.
|
Use this example to basic accordion.
|
||||||
```vue
|
```vue
|
||||||
<script setup>
|
<script setup>
|
||||||
import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'flowbite'
|
import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'flowbite-vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -60,7 +60,7 @@ import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'fl
|
|||||||
Always open prop to makes accordion able to open multiple elements.
|
Always open prop to makes accordion able to open multiple elements.
|
||||||
```vue
|
```vue
|
||||||
<script setup>
|
<script setup>
|
||||||
import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'flowbite'
|
import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'flowbite-vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -103,7 +103,7 @@ import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'fl
|
|||||||
Flush prop removes side borders, and rounded corners
|
Flush prop removes side borders, and rounded corners
|
||||||
```vue
|
```vue
|
||||||
<script setup>
|
<script setup>
|
||||||
import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'flowbite'
|
import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'flowbite-vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -146,7 +146,7 @@ import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'fl
|
|||||||
You can style accordion content and headers by passing tailwind classes into them.
|
You can style accordion content and headers by passing tailwind classes into them.
|
||||||
```vue
|
```vue
|
||||||
<script setup>
|
<script setup>
|
||||||
import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'flowbite'
|
import { Accordion, AccordionPanel, AccordionHeader, AccordionContent } from 'flowbite-vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user