textareaDescription

fun <CD : HTMLElement> RenderContext.textareaDescription(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CD>>, content: Tag<CD>.() -> Unit): Tag<CD>

Factory function to create a textareaDescription.

For more information refer to the official documentation


Factory function to create a textareaDescription with a HTMLParagraphElement as default Tag.

For more information refer to the official documentation