Entry

An input field with support for typed values such as email, currency, and numbers.

Installation

import { Entry } from "@o/pipeline/experimental/components/entry";

Usage

Examples

Email

Currency

Composition

Use Entry within Menu.SubContent and Popover.Content to capture input in a separate context.

Setting intent="popover" ensures cohesive styling.

See Menu documentation for more information.

Precomposed components

Pre-configured Entry components for common use cases.

CurrencyEntry

import { CurrencyEntry } from "@o/pipeline/experimental/components/entry/precomposed";