docs(examples): add advanced table example (#393)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Haytham A. Salama
2023-07-30 17:55:38 +03:00
committed by GitHub
parent 8e1aa2f1b6
commit a9300db91e
2 changed files with 262 additions and 0 deletions

View File

@@ -134,6 +134,23 @@ const label = computed(() => date.value.toLocaleDateString('en-us', { weekday: '
```
::
### Table
Here is an example of a Table component with all its features implemented.
::component-example
---
padding: false
---
#default
:table-example-advanced
::
::callout{icon="i-simple-icons-github" to="https://github.com/nuxtlabs/ui/blob/dev/docs/components/content/examples/TableExampleAdvanced.vue"}
Take a look at the component!
::
## Theming
Our theming system provides a lot of flexibility to customize the components.