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

@ag.ds-next/loading

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag.ds-next/loading

--- title: Loading description: Loading indicators inform users that their action is being processed. group: Content storybookPath: /story/content-loading-loadingblanket--on-light ---

  • 4.0.0
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

title: Loading description: Loading indicators inform users that their action is being processed. group: Content storybookPath: /story/content-loading-loadingblanket--on-light

Loading Blanket

The LoadingBlanket component can be used indicate the loading state of a component or page.

By default this component is positioned absolutely, so you will need to make sure your component container is positioned relatively.

<Box height="300px" width="100%" border style={{ position: 'relative' }}>
	<LoadingBlanket label="Component loading state" />
</Box>

Full-screen

Adding the fullScreen prop will position the component over the whole screen.

We recommend limiting the use of this pattern to certain use cases such as before or after a redirection.

<LoadingBlanket fullScreen label="Page loading state" />

Loading Dots

The LoadingDots component can be used on it's own, for example when fetching data from a remote source.

<Stack gap={2} alignItems="center">
	<LoadingDots size="sm" aria-label="Loading" role="status" />
	<LoadingDots size="md" aria-label="Loading" role="status" />
	<LoadingDots size="lg" aria-label="Loading" role="status" />
</Stack>

FAQs

Package last updated on 15 Jun 2022

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