Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
react-pretty-loading
Advanced tools
用于在react中显示加载动画
感谢作者yangshun
收集的awesome-spinners收集的动画
在导入组件时只需要导入需要的组件,这样在打包时可以缩小代码体积
npm install --save react-pretty-loading
import React from "react";
import { render } from "react-dom";
import { BallClipRotateMultiple } from "react-pretty-loading";
class App extends React.Component {
state = {
loading: false
};
render() {
const { loading } = this.state;
return (
<div className="container">
<h1>react-pretty-loading</h1>
<BallClipRotateMultiple loading={loading} center />
</div>
);
}
}
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
loading | 是否显示动画 | Boolean | false |
center | 动画是否居中 | Boolean | false |
color | 动画颜色 | String | #fff |
width | 动画大小 | Number | 详情查看各个组件默认值 |
FAQs
用于在react中显示加载动画
We found that react-pretty-loading demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.