Copy Snippet
A paper install stamp with mono code and a copy control that flashes a tick on success.
Draw
draw a card
$npx shadcn@latest add @clow/copy-snippetFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<CopySnippet />Examples
basic
Props
| prop | type | default |
|---|---|---|
| code | text | npx clow add button |
| label | text | install |

