feat(Table): allow providing a <caption> (#1680)

This commit is contained in:
Neil Richter
2024-04-16 16:39:52 +02:00
committed by GitHub
parent 4853520eb3
commit 3fca66857d
4 changed files with 86 additions and 0 deletions

View File

@@ -450,6 +450,19 @@ componentProps:
---
::
### `caption`
Use the `#caption` slot to customize the table's caption.
::component-example
---
padding: false
component: 'table-example-caption-slot'
componentProps:
class: 'flex-1'
---
::
## Props
:component-props