
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@webeach/gl-circular-progress-react
Advanced tools
Beautiful WebGL circular progress bars React library (Fire and Liquid effects).
🇺🇸 English version | 🇷🇺 Русская версия
Beautiful WebGL circular progress bars React library (Fire and Liquid effects).
@webeach/gl-circular-progress.Fire and Liquid simulation.npm install @webeach/gl-circular-progress-react
or
pnpm install @webeach/gl-circular-progress-react
or
yarn add @webeach/gl-circular-progress-react
import { CircularProgressFire } from '@webeach/gl-circular-progress-react';
function App() {
return (
<div style={{ width: 200, height: 200 }}>
<CircularProgressFire
aria-label="Progress"
options={{
colors: [0xff5a00, 0xff9a00],
progress: 0.5,
speed: 1.5,
thickness: 15,
}}
/>
</div>
);
}
The library provides two main components with different visual effects:
Circular progress with a dynamic fire effect. Supports configuration of fire intensity and color gradients.
Circular progress with a fluid liquid and metaballs effect. Supports "volume" configuration for creating a 3D lens effect.
This library wraps @webeach/gl-circular-progress and uses @webeach/react-hooks for efficient WebGL resource management.
Releases are automated with semantic-release.
Before publishing a new version, make sure that:
main.feat: ... — new featuresfix: ... — bug fixeschore: ..., refactor: ..., etc. — as neededpatch, minor, major) is derived automatically from the commit types.Developed and maintained by Ruslan Martynov.
Have an idea or found a bug? Open an issue or send a pull request.
This package is distributed under the MIT License.
FAQs
Beautiful WebGL circular progress bars React library (Fire and Liquid effects).
We found that @webeach/gl-circular-progress-react 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.