Component

works.iterative.ui.components.tailwind.form.ActionButtons.Component
class Component[A](actions: Observer[A])(using ctx: ComponentContext[_]) extends HtmlComponent[Div, ActionButtons[A]]

Attributes

Graph
Supertypes
trait HtmlComponent[Div, ActionButtons[A]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def render(v: ActionButtons[A]): ReactiveHtmlElement[Div]

Attributes

Definition Classes

Extensions

Inherited extensions

extension (a: ActionButtons[A])
def element: ReactiveHtmlElement[Div]

Attributes

Inherited from:
HtmlComponent