
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
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中显示加载动画
The npm package react-pretty-loading receives a total of 232 weekly downloads. As such, react-pretty-loading popularity was classified as not popular.
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.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.