caption constructor
const
caption(})
The <caption> HTML element specifies the caption (or title) of a table, providing the table an accessible description.
Implementation
const caption(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});