JSPM

react-alt-text

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 940
  • Score
    100M100P100Q96384F
  • License MIT

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

Package Exports

  • react-alt-text

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-alt-text) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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