Saaj UI

Text Input

A text input that allows the user to enter text.

Installation

npx saaj add text-input

Usage

import { TextInput } from '@/components/ui/text-input';
 
export function TextInputDemo() {
  return (
    <TextInput placeholder="Enter your name" />
  );
}

On this page