Label.raw constructor
const
Label.raw({})
Const constructor for <label> without attribute shorthand.
Implementation
const Label.raw({
super.text,
super.className,
super.style,
super.attrs,
super.on,
super.children = const [],
}) : super('label');