Ember UI LogoEmber UI
Components

Textarea

A textarea component

Preview

Loading...
import { Textarea } from "@/registry/axon/ui/textarea";export default function TextareaDemo() {  return <Textarea placeholder="Type your message here." />;}

Installation

CLI

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

Reference

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

On this page