@rhc-shared-components/clipboard-copy
v2.0.0
Published
Clipboard copy component for Red Hat certified technology apps
Keywords
Readme
@rhc-shared-components/clipboard-copy
Clipboard copy component for Red Hat certified technology apps
Install
yarn add @rhc-shared-components/clipboard-copyUsage
import { CopyToClipboard } from "@rhc-shared-components/clipboard-copy";
const App = () => {
return <CopyToClipboard text="Hello world" />;
};Development
yarn dev # Start dev server
yarn build # Build the library
yarn lint # Check for lint errors
yarn lint-fix # Auto-fix lint errors