com.github.mvysny.karibudsl.v23.Html.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of karibu-dsl-v23 Show documentation
Show all versions of karibu-dsl-v23 Show documentation
Karibu-DSL, Kotlin extensions/DSL for Vaadin
The newest version!
package com.github.mvysny.karibudsl.v23
import com.github.mvysny.karibudsl.v10.VaadinDsl
import com.github.mvysny.karibudsl.v10.init
import com.vaadin.flow.component.HasComponents
import com.vaadin.flow.component.html.RangeInput
@VaadinDsl
public fun (@VaadinDsl HasComponents).rangeInput(block: (@VaadinDsl RangeInput).() -> Unit = {}): RangeInput
= init(RangeInput(), block)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy