Give this tag a name, which at this level is mostly intended to aid debugging, but ElementTag also uses it to add a main CSS class to identify this tag.
Convenience alias for ComposableTag.withChildren that allows passing children as a variable number of arguments.
Add the given tags as children of this tag. Both the array as the tags themselves may optionally be reactive, the child binding will respond accordingly.
Add a single child with the given text. If you need to mix text and other tags, pass text tags to ComposableTag.withChildren
is converted to string.
Add a single child with the given HTML fragment.
optionally reactive content string
how to parse and sanitize the content - always thoroughly sanitize untrusted code (i.e. any potential user input, including request parameters, local storage etc...)!
Extends Tag with composition functionality (see the description there).