Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Apr 15, 2019
1 parent 9c0a591 commit d62a04d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
@@ -1,7 +1,6 @@
# React Progressive Image

[npm-badge]: https://img.shields.io/npm/v/react-context-emission.svg?style=flat-square
[npm]: https://www.npmjs.com/package/react-context-emission
[![Maintenance Status][maintenance-image]](#maintenance-status)

[`react-progressive-image`](https://www.npmjs.com/package/react-progressive-image) React component for progressive image loading

Expand Down Expand Up @@ -123,3 +122,9 @@ You can do this by adding the fallback image inside of a `<noscript>` tag in the
| placeholder | `string` | `true` | the src of the placeholder image |
| src | `string` | `true` | the src of the main image |
| srcSetData | `{srcSet: "string", sizes: "string" }` | `false` | srcset and sizes to be applied to the image |

## Maintenance Status

**Stable:** Formidable is not planning to develop any new features for this project. We are still responding to bug reports and security concerns. We are still welcoming PRs for this project, but PRs that include new features should be small and easy to integrate and should not include breaking changes.

[maintenance-image]: https://img.shields.io/badge/maintenance-stable-blue.svg

0 comments on commit d62a04d

Please sign in to comment.