Usage
import { Input } from "@smartacteam/ambient-web/input";<Input.Text />
<Input.Numeric />
<Input.Pattern />Examples
Numeric
import { Input } from "@smartacteam/ambient-web/input";<Input.Numeric />Pattern
import { Input } from "@smartacteam/ambient-web/input";<Input.Pattern />