UNPKG

react-alt-text

Version:

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

24 lines (14 loc) 321 B
# 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