Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaid/react-modern-picture
React Component that translates input from modern-image-loader into a picture tag.
https://github.com/jaid/react-modern-picture
component html image img lib library modern-image-loader picture react react-component react-components react-dom responsive util utility webpack webpack-loader
Last synced: 8 days ago
JSON representation
React Component that translates input from modern-image-loader into a picture tag.
- Host: GitHub
- URL: https://github.com/jaid/react-modern-picture
- Owner: Jaid
- License: mit
- Created: 2020-01-12T13:27:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T04:40:50.000Z (almost 2 years ago)
- Last Synced: 2024-12-21T16:02:16.821Z (13 days ago)
- Topics: component, html, image, img, lib, library, modern-image-loader, picture, react, react-component, react-components, react-dom, responsive, util, utility, webpack, webpack-loader
- Language: JavaScript
- Homepage: https://github.com/Jaid/react-modern-picture
- Size: 4.97 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# react-modern-picture
**React Component that translates input from modern-image-loader into a picture tag.**
## Installation
```bash
npm install --save react-modern-picture@^1.3.0
``````bash
yarn add react-modern-picture@^1.3.0
```## Development
Setting up:
```bash
git clone [email protected]:jaid/react-modern-picture.git
cd react-modern-picture
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```## License
[MIT License](https://raw.githubusercontent.com/jaid/react-modern-picture/master/license.txt)
Copyright © 2021, Jaid \ (https://github.com/jaid)