Switch

works.iterative.ui.components.tailwind.form.Switch
class Switch[V](using codec: FormCodec[V, Boolean], ctx: ComponentContext[_]) extends FormInput[V]

Attributes

Graph
Supertypes
trait FormInput[V]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def render(property: Property[V], updates: Observer[Validated[V]]): L.HtmlElement

Inherited methods

def validate(v: V => Validated[V]): FormInput[V]

Attributes

Inherited from:
FormInput