@net-advantage/nabs-ui-signature
v0.29.0
Published
Reusable signature pad control for the Nabs UI library.
Readme
nabs-ui-signature
Reusable signature pad control for the Nabs UI library.
Usage
import { Signature } from "nabs-ui-signature";
export function Example() {
return <Signature label="Draw your signature" />;
}