Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedwatson/react-alt-text
React.js Component for displaying alternate text when the [alt] key is pressed
https://github.com/jedwatson/react-alt-text
Last synced: 6 days ago
JSON representation
React.js Component for displaying alternate text when the [alt] key is pressed
- Host: GitHub
- URL: https://github.com/jedwatson/react-alt-text
- Owner: JedWatson
- License: mit
- Created: 2015-05-13T05:34:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T14:17:51.000Z (over 8 years ago)
- Last Synced: 2024-11-02T03:42:11.526Z (13 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 32
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
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';```
## License
The MIT License (MIT)
Copyright (c) 2016 Jed Watson