@react-md/chip
Version:
Create a compact actionable element that can be used to represent an input, attribute, or action. A chip can be used to represent filters, tags, emails, or other inline elements.
62 lines (61 loc) • 1.34 kB
JSON
{
"name": "@react-md/chip",
"version": "5.1.6",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"author": "Mikkel Laursen <mlaursen03@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/mlaursen/react-md.git",
"directory": "packages/chip"
},
"bugs": {
"url": "https://github.com/mlaursen/react-md/issues"
},
"homepage": "https://react-md.dev/packages/chip/demos",
"keywords": [
"accessibility",
"a11y",
"react-md",
"material design",
"react",
"chip",
"component",
"components"
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^5.1.6",
"@react-md/icon": "^5.1.6",
"@react-md/states": "^5.1.6",
"@react-md/theme": "^5.1.6",
"@react-md/typography": "^5.1.6",
"@react-md/utils": "^5.1.6",
"classnames": "^2.3.1"
},
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.1"
},
"peerDependencies": {
"react": ">= 16.14",
"react-dom": ">= 16.14"
},
"peerDependenciesMeta": {
"react": {
"optional": false
},
"react-dom": {
"optional": false
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "f794f0439e33508d8c518cd9657d80ea2d371a00"
}