Input with error
Install component
npxshadcn@latest add "https://21st.dev/r/serafimcloud/input-with-error"
import { InputDemo } from "@/components/ui/input-with-error"; function InputWithErrorDemo() { return ( <div className="block"> <InputDemo /> </div> ); } export { InputWithErrorDemo };