India-Ready
Components.
Plug-and-play UI components for KYC, Identity, and Form flows. Built for Indian scale with Next.js, Tailwind CSS, and full accessibility support.
import { AadhaarInput } from "@kesp-ui/react";
export default function KYCForm() {
return (
<AadhaarInput
label="Your Aadhaar"
onValidate={(isValid) => console.log(isValid)}
className="max-w-md"
/>
);
}128-bit Encrypted
KYC Compliance Ready