inputDescription

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

Factory function to create a inputDescription.

For more information refer to the official documentation


fun RenderContext.inputDescription(classes: String? = null, scope: ScopeContext.() -> Unit = {}, content: Tag<HTMLParagraphElement>.() -> Unit): Tag<HTMLParagraphElement>

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

For more information refer to the official documentation