
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@aristobyte-ui/spinner
Advanced tools
Flexible, highly customizable React Spinner component for AristoByteUI. Supports multiple variants, sizes, and animation types, designed for seamless integration with modern React projects and monorepos.
@aristobyte-ui/spinner
A modular, highly customizable React spinner component, optimized for AristoByteUI projects. Supports multiple animation types, semantic color variants, and flexible sizing.
# Install via Yarn
yarn add -D @aristobyte-ui/spinner
# Or via npm
npm install -D @aristobyte-ui/spinner
# Or via pnpm
pnpm add -D @aristobyte-ui/spinner
import { Spinner } from "@aristobyte-ui/spinner";
export const Demo = () => (
<div>
<Spinner type="default" variant="primary" size="md" />
<Spinner type="duo" variant="success" size="lg" />
<Spinner type="pulse-duo" variant="error" size="sm" />
</div>
);
| Prop | Type | Default | Description |
| | - | -- | -- |
| type | "default", "duo", "gradient", "pulse", "pulse-duo" | "default" | Defines the spinner animation style |
| variant | "default", "primary", "secondary", "success", "error", "warning" | "default" | Semantic color variant |
| size | "xsm", "sm", "md", "lg", "xlg" | "md" | Controls spinner dimensions |
| className | string | "" | Optional additional class names |
default, duo, gradient, pulse, pulse-duodefault, primary, secondary, success, error, warningxsm, sm, md, lg, xlgimport { Spinner } from "@aristobyte-ui/spinner";
export const LoadingState = () => (
<div className="flex justify-center items-center">
<Spinner type="gradient" variant="primary" size="lg" />
</div>
);
MIT © AristoByte
FAQs
Flexible, highly customizable React Spinner component for AristoByteUI. Supports multiple variants, sizes, and animation types, designed for seamless integration with modern React projects and monorepos.
The npm package @aristobyte-ui/spinner receives a total of 19 weekly downloads. As such, @aristobyte-ui/spinner popularity was classified as not popular.
We found that @aristobyte-ui/spinner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.