@camped-ui/breadcrumb
Version:
The Breadcrumb component is a fundamental navigational element that displays a hierarchical trail of links, typically representing the user's location within a website or application. It helps users understand their current position and facilitates naviga
35 lines (34 loc) • 772 B
JSON
{
"name": "@camped-ui/breadcrumb",
"version": "2.0.7",
"main": "dist/index.js",
"scripts": {
"publish-package": "npm publish --access public",
"build": "rimraf dist && tsc",
"clean": "rimraf dist"
},
"dependencies": {
"@camped-ui/popover": "^2.1.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.4.0"
},
"peerDependencies": {
"@camped-ui/button": "*",
"@camped-ui/lib": "*",
"react": "*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "incresco",
"homepage": "https://ui.camped.academy",
"keywords": [
"breadcrumb",
"camped",
"camped-ui",
"next.js",
"components"
]
}