gebeya-whatsapp-otp
Version:
React WhatsApp OTP verification component with Supabase integration
6 lines (5 loc) • 303 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { cn } from "../../utils/cn";
export const Label = ({ className, ...props }) => {
return (_jsx("label", { className: cn("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70", className), ...props }));
};