Component Helpers

Show

The Show component shows or hides the given HTML element based on the props provided to the show component.

Hide

The Hide component shows or hides the given HTML element based on the props provided to the show component.

Switch

The Switch component is used to conditionally swap DOM structure on your template based on a expression.

Repeat

The Repeat component instantiates a template once per item from a collection.

Two Way Binding Helpers

Data Binding

These components binds data between the state and view components. When the state changes, the view reflects the change, and vice versa.

Input

When passed model props, it provides data-binding and input state control.

Textarea

When passed model props, it provides data-binding and input state control.

Checkbox

When passed model props, it provides data-binding and input state control.

Radio

When passed model props, it provides data-binding and input state control.

Select

When passed model props, it provides data-binding and input state control.