0.0.4 • Published 2 years ago

@astro-github-elements/clipboard-copy v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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