docs: update ready components pages
This commit is contained in:
15
docs/components/table/table.md
Normal file
15
docs/components/table/table.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
import TableExample from './examples/TableExample.vue'
|
||||
</script>
|
||||
# Table
|
||||
|
||||
```vue
|
||||
<script setup>
|
||||
import { Table } from 'flowbite-vue'
|
||||
</script>
|
||||
<template>
|
||||
<Table></Table>
|
||||
</template>
|
||||
```
|
||||
|
||||
<TableExample />
|
||||
Reference in New Issue
Block a user