Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saeedalipoor/react-svg-holder
React image component with fallback to SVG placeholder with custom text, color, dimensions, etc.
https://github.com/saeedalipoor/react-svg-holder
Last synced: 29 days ago
JSON representation
React image component with fallback to SVG placeholder with custom text, color, dimensions, etc.
- Host: GitHub
- URL: https://github.com/saeedalipoor/react-svg-holder
- Owner: saeedalipoor
- License: mit
- Created: 2017-12-05T13:33:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T06:23:26.000Z (almost 7 years ago)
- Last Synced: 2024-08-09T22:09:33.997Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# React SVG Placeholder
## Instalation
`npm install react-svg-holder`## Usage
```javascript
import Holder from "react-svg-holder"const MyComponent = {
return
}
```
## Development`git clone https://github.com/saeedalipoor/react-svg-holder.git`
`npm install`
`npm test`
License MIT