包详细信息

react-alt-text

JedWatson3.3kMIT2.0.0

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

react, react-component, alt, text

自述文件

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

更新日志

React-Alt-Text

v2.0.0 / 2015-05-15

  • Updated to React ^0.14.0 || ^15.0.0

v1.1.0 / 2015-05-15

  • Improved; props are now passed through to the component, except specific exclusions: component, modifier, normal, modified

v1.0.0 / 2015-05-13

  • Initial Release