Package-level declarations
Text input components, with password, text area, rich text area and typeahead support.
Types
Link copied to clipboard
open class RichTextInput(value: String? = null, className: String? = null, init: RichTextInput.() -> Unit? = null)
Basic rich text component.
Functions
Link copied to clipboard
fun <Error class: unknown class>.richTextInput(value: String? = null, className: String? = null, init: RichTextInput.() -> Unit? = null): RichTextInput
DSL builder extension function.