legend constructor
const
legend(})
The <legend> HTML element represents a caption for the content of its parent <fieldset>.
Implementation
const legend(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});