0.1.4 • Published 1 year ago

@rhc-shared-components/clipboard-copy v0.1.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

@rhc-shared-components/clipboard-copy

Clipboard copy component for Red Hat certified technology apps

NPM JavaScript Style Guide

Install

yarn add @rhc-shared-components/clipboard-copy

Usage

import React from 'react';

import { CopyToClipboard } from '@rhc-shared-components/clipboard-copy';

const App = () => {
  return <CopyToClipboard text={"Hello world"}/>;
};

export default App;

License

MIT © gautamkrishnar