npm.io
0.0.4 • Published 3 years ago

@astro-github-elements/clipboard-copy

Licence
MIT
Version
0.0.4
Deps
1
Size
2 kB
Vulns
0
Weekly
0
Stars
4

@astro-github-elements/clipboard-copy

This is a astro wrapper for the @github/clipboard-copy-element component, it does a few things:

  • Makes importing component easier
  • Adds typing to props

How to Use

npm i @astro-github-elements/clipboard-copy

---
import { ClipboardCopy } from '@astro-github-elements/clipboard-copy';
---

<ClipboardCopy value="copy me">Click me</ClipboardCopy>

Output:

<clipboard-copy value="copy me">Click me</clipboard-copy>

Documentation

You can find the API for this component here: @github/clipboard-copy-element

Keywords