New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@belong-ui/loader

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@belong-ui/loader

belong-ui: Loader Component

  • 0.1.29
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source
Basic Loader Usage:

This Loader can be used for Loading States between AJAX calls or even inside some small components such as tags.

<div>
  <p>Continous Loaders are best for simple Loading usecases</p>
  <Loader
    isContinous
  />
  <br />
  <br />
  <p>When <b>isContinous = false</b> the loader waits for every <b>stepInterval</b> Seconds before animating again</p>
  <br />
  <Loader
    stepInterval={2500}
    isContinous={false}
  />
  <br />
  <br />
  <p>To Change Size, use the size property</p>
  <br />
  <Loader
    size="small"
    isContinous
  />
  <span>   </span>
  <Loader
    size="medium"
    isContinous
  />
  <span>   </span>
  <Loader
    size="large"
    isContinous
  />
  <span>   </span>
  <Loader
    size="x-large"
    isContinous
  />
  <br />
  <br />
</div>

FAQs

Package last updated on 05 Aug 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc