react-alt-text icon indicating copy to clipboard operation
react-alt-text copied to clipboard

React.js Component for displaying alternate text when the [alt] key is pressed

React-Alt-Text

React.js Component for displaying alternate text when the [alt] key is pressed.

Install

npm install --save react-alt-text

Usage

import AltText from 'react-alt-text';

<AltText normal="Hello" modified="World" />

License

The MIT License (MIT)

Copyright (c) 2016 Jed Watson