![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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. Userd as loading indicator. Allow to set spinner size. By default, size is 4rem.
<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>
@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.
The npm package @uiowa/spinner receives a total of 25 weekly downloads. As such, @uiowa/spinner popularity was classified as not popular.
We found that @uiowa/spinner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.