Ambient UI

Command Palette

Search for a command to run...

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

Numeric

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

Pattern

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