
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
material-ui-image
Advanced tools
Images are ugly until they're loaded. Materialize it with material image! It will fade in like the material image loading pattern suggests.
npm install material-ui-image
Note: This is the version for Material-UI 1.0.0-rc.0 or later. If you are using Material-UI 1.0.0-beta, you should update to the latest version. If you are still using Material-UI 0.x, you can use our legacy version.
Use this component just like a regular img tag.
import Image from 'material-ui-image'
<Image
src="http://loremflickr.com/300/200"
/>
Name | Type | Default | Description |
---|---|---|---|
animationDuration | number | 3000 | Duration of the fading animation, in milliseconds. |
aspectRatio | float | (1/1) | Specifies the aspect ratio of the image. |
cover | bool | false | Override the image's object fit to cover |
color | string | white | Override the background color. |
disableError | bool | false | Disables the error icon if set to true . |
disableSpinner | bool | false | Disables the loading spinner if set to true . |
disableTransition | bool | false | Disables the transition if set to true . |
errorIcon | node | Override the error icon. | |
iconContainerStyle | object | Override the inline-styles of the container that contains the loading spinner and the error icon. | |
imageStyle | object | { width: 'inherit', height: 'inherit' } | Override the inline-styles of the image. |
loading | node | Override the loading component. | |
onClick | func | Fired when the user clicks on the image happened. | |
src* | string | Specifies the URL of an image. | |
style | object | Override the inline-styles of the root element. |
* required property
All other props are passed through to the underlying img
element after the image is loaded.
The files included in this repository are licensed under the MIT license.
FAQs
Material style image with loading animation
The npm package material-ui-image receives a total of 4,242 weekly downloads. As such, material-ui-image popularity was classified as popular.
We found that material-ui-image demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.