@spark-ui/progress-tracker
Version:
A progress tracker component is a visual navigation element typically used to display progress or guide user through a multi-step process.
52 lines (51 loc) • 1.34 kB
JSON
{
"name": "@spark-ui/progress-tracker",
"version": "9.4.8",
"description": "A progress tracker component is a visual navigation element typically used to display progress or guide user through a multi-step process.",
"publishConfig": {
"access": "public"
},
"keywords": [
"@spark-ui",
"react",
"component",
"accessible",
"accessibility",
"wai-aria",
"aria",
"a11y",
"progress-tracker"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "vite build"
},
"dependencies": {
"@spark-ui/icon": "^9.4.8",
"@spark-ui/icons": "^9.4.8",
"class-variance-authority": "0.7.1"
},
"peerDependencies": {
"@spark-ui/theme-utils": "latest",
"react": "^19.0",
"react-dom": "^19.0",
"tailwindcss": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/leboncoin/spark-web.git",
"directory": "packages/components/progress-tracker"
},
"config": {
"title": "progress-tracker",
"category": "components"
},
"bugs": {
"url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3A%22Component%3A+progress-tracker%22"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT",
"gitHead": "3a8f5a2f87c650895c2475a9cc34d511eba426e4"
}