UNPKG

react-esign

Version:

react-esign is a lightweight, dependency free React component built for capturing handwritten signatures. It provides a simple and responsive signature pad, perfect for e-signatures, form authentication, or user confirmations in React applications

4 lines (3 loc) 139 B
import { SignatureInput } from "./SignatureInput"; export { SignatureInput }; export type { SignatureInputProps } from "./SignatureInput";