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
fun RenderContext.textareaDescription(classes: String? = null, scope: ScopeContext.() -> Unit = {}, content: Tag<HTMLParagraphElement>.() -> Unit): Tag<HTMLParagraphElement>
Factory function to create a textareaDescription with a HTMLParagraphElement as default Tag.
For more information refer to the official documentation