
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@uiowa/spinner
Advanced tools
(action-spinner) rotating circle spinner, used for actions such as button clicks. (loading-bar) beeping blocks, used for loading promises. (uiowa-ring) rotating golden and black spinner, used as loading indicator.
CHANGELOG
This library only contains three components and doesn't have third party dependencies.
action-spinner
Rotating circles. Used for action promise or waiting for page rendering. Allow to set spinner size. By default, size is 1rem.
loading-bar
Beeping blocks. Used for server side data loading. Allow to set spinner size. By default, size is 1rem.
uiowa-ring
Rotating spinner with Golden and Black colors. Used as loading indicator. Allow to set spinner size. By default, size is 4rem.
loading-placeholder
Carousel style one stripe spinner in a white background with box shadow. Allow to fit the parent container.
<div>
<action-spinner></action-spinner>
</div>
<div>
<action-spinner size="2"></action-spinner>
</div>
<div>
<action-spinner size="9"></action-spinner>
</div>
<loading-bar>Loading...</loading-bar>
<loading-bar size="1.5">Loading...</loading-bar>
<div style="color:red;">
<loading-bar size="2">
<span style="font-size:2rem;">Validating ...</span>
</loading-bar>
</div>
<h2>
Title
<action-spinner></action-spinner>
</h2>
<uiowa-ring></uiowa-ring> // default size = 4rem
<uiowa-ring size="2"></uiowa-ring>
<div style="height: 100px">
<loading-placeholder></loading-placeholder>
</div>
@NgModule({
declarations: [...],
imports: [..., SpinnerModule], // import SpinnerModule
providers: []
})
export class AppModule {}
FAQs
(action-spinner) rotating circle spinner, used for actions such as button clicks. (loading-bar) beeping blocks, used for loading promises. (uiowa-ring) rotating golden and black spinner, used as loading indicator.
We found that @uiowa/spinner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.