Gathering detailed insights and metrics for bee-loading
Gathering detailed insights and metrics for bee-loading
Gathering detailed insights and metrics for bee-loading
Gathering detailed insights and metrics for bee-loading
npm install bee-loading
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (74.55%)
CSS (23.18%)
HTML (2.27%)
Total Downloads
134,913
Last Day
17
Last Week
116
Last Month
659
Last Year
6,137
2 Stars
81 Commits
3 Watchers
1 Branches
13 Contributors
Updated on Jul 04, 2020
Latest Version
3.0.1
Package Id
bee-loading@3.0.1
Size
18.11 kB
NPM Version
6.14.4
Node Version
10.21.0
Published on
Jul 04, 2020
Cumulative downloads
Total Downloads
Last Day
-77.9%
17
Compared to previous day
Last Week
-38%
116
Compared to previous week
Last Month
36.7%
659
Compared to previous month
Last Year
-50%
6,137
Compared to previous year
3
![]() | ![]() | ![]() | ![]() | ![]() |
---|---|---|---|---|
IE 11+ ✔ | Chrome 31.0+ ✔ |
react bee-loading component for tinper-bee
some description...
先进行下载bee-loading包
npm install --save bee-loading
组件调用
1import Loading from 'bee-loading'; 2 3 4class LoadingDemo extends Component{ 5constructor(props) { 6 super(props); 7 this.state = { 8 showRotate: false 9 } 10 } 11 12 handleShow = () => { 13 this.setState({ 14 showRotate: true 15 }) 16 setTimeout(() => { 17 this.setState({ 18 showRotate: false 19 }) 20 }, 5000) 21 22 } 23 24 render() { 25 return ( 26 <div> 27 <Button 28 colors="primary" 29 onClick={this.handleShow}> 30 点击显示默认loading 31 </Button> 32 <Loading 33 showBackDrop={true} 34 show={this.state.showRotate} 35 /> 36 </div> 37 38 ) 39 } 40 41} 42
<link rel="stylesheet" href="./node_modules/bee-loading/build/Loading.css">
1import "./node_modules/bee-loading/src/Loading.scss" 2//或是 3import "./node_modules/bee-loading/build/Loding.css"
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
loadingType | 类型(rotate line custom ) | string | rotate |
indicator | 加载图标,在 loadingType 值为 custom 时有效 | ReactElement | - |
size | 加载大小(lg md sm ) | string | md |
color | 颜色(primary success``warning ) | string | '' |
container | 渲染到的容器 | node | body |
showBackDrop | 是否显示遮罩 | boolean | true |
fullScreen | 是否全屏显示,或者只传入fullScreen即可 | boolean | false |
wrapperClassName | 容器样式 | string | '' |
1$ npm install -g bee-tools 2$ git clone https://github.com/tinper-bee/bee-loading 3$ cd bee-loading 4$ npm install 5$ npm run dev
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More