Signature PadA signature pad widget — pill button morphs into a canvas to draw with mouse or touch.

WidgetsOnboardingFormsContracts

Add to your project

One command adds this component to your project.

1

Run the following command. New project? Run npx shadcn@latest init first to set up Tailwind and path aliases.

npx shadcn@latest add @aicanvas/signature-pad
2

For dark mode, add the dark class to your <html> element:

Optional
<html class="dark">

Install with AI Canvas MCP

With AI Canvas MCP, your AI knows every component we ship. Ask for “a navigation component from AI Canvas” inside Claude Code, Codex, or Cursor and it can suggest you a few options, then install the one you like. Less typing, lower token cost, modern way to build.

Get MCP

About Signature Pad

Signature Pad starts as a small pill button. Tap it and the pill smoothly morphs into a full canvas pad where you can draw with a mouse, trackpad, or touch. The drawing surface is a 2D canvas with proper pressure-style line interpolation; Motion drives the pill-to-pad transition so the affordance feels like one continuous gesture rather than two separate states. It is the right primitive for contracts, e-signature flows, delivery confirmations, and any form that needs a handwritten input without pulling in a heavy SDK.

Built with

MotionCanvasTailwind CSS

More like this