import { Input } from "@/registry/default/ui/input";
export default function Particle() {
return (
<Input
aria-label="Enter text"
placeholder="Enter text"
size="sm"
type="text"
/>
);
}
npx shadcn@latest add @coss/p-input-2import { PInput2 } from "@/components/p-input-2"<PInput2 />