Ember UI LogoEmber UI
Components

Input

A input component

Preview

Loading...
import { Input } from "@/registry/axon/ui/input";export default function InputDemo() {  return <Input placeholder="Email" type="email" />;}

Installation

CLI

npx shadcn@latest add @emberui/input
yarn shadcn@latest add @emberui/input
pnpm dlx shadcn@latest add @emberui/input
bunx --bun shadcn@latest add @emberui/input

Reference

This component is based on the shadcn/ui Input component.

On this page