Ziro Components

A Ziro Project

<ziro-input>

<ziro-input> allows you to take user input.

You can get the users input with the 'input' property.

You can listen to changes with the 'ziro-selector-input' and 'ziro-selector-change' events.

Basic Example

HTML

<ziro-input
  placeholder="Enter email address"
  hint="Email address">
</ziro-input>