dd constructor
const
dd(})
The <dd> HTML element provides the description, definition, or value for the preceding term (<dt>) in a description list (<dl>).
Implementation
const dd(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});