Input
Displays a form input field or a component that looks like an input field.
Usage
import { Input } from "@smartacteam/ambient-web/input";<Input.Text />
<Input.Numeric />
<Input.Pattern />Examples
Sizes
Numeric
import { Input } from "@smartacteam/ambient-web/input";<Input.Numeric />Pattern
import { Input } from "@smartacteam/ambient-web/input";<Input.Pattern />