Components
npx shadcn@latest add https://21st.dev/r/sean0205/base-inputLoading preview...
import { Input } from '@/components/ui/base-input';
export default function InputDemo() {
return (
<div className="w-80">
<Input type="text" placeholder="Readonly" readOnly={true} value="Readonly input" />
</div>
);
}
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...