UNPKG

@gfazioli/mantine-rings-progress

Version:

A Mantine 9 concentric ring progress component inspired by Apple Watch activity rings — animated, glowing, accessible, with per-ring customization.

51 lines (50 loc) 1.46 kB
{ "name": "@gfazioli/mantine-rings-progress", "version": "4.1.2", "description": "A Mantine 9 concentric ring progress component inspired by Apple Watch activity rings — animated, glowing, accessible, with per-ring customization.", "homepage": "https://gfazioli.github.io/mantine-rings-progress/", "packageManager": "yarn@4.0.1", "license": "MIT", "author": "Giovambattista Fazioli <giovambattista.fazioli@gmail.com>", "keywords": [ "activity-rings", "animation", "apple-watch", "component", "extension", "glow", "mantine", "mantine-ui", "mantine-v9", "progress", "react", "react-component", "rings", "typescript" ], "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.mjs", "types": "./dist/types/index.d.ts", "exports": { ".": { "import": { "types": "./dist/types/index.d.mts", "default": "./dist/esm/index.mjs" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/cjs/index.cjs" } }, "./styles.css": "./dist/styles.css", "./styles.layer.css": "./dist/styles.layer.css" }, "repository": "https://github.com/gfazioli/mantine-rings-progress.git", "peerDependencies": { "@mantine/core": ">=7.0.0", "@mantine/hooks": ">=7.0.0", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "bugs": "https://github.com/gfazioli/mantine-rings-progress/issues" }