@material/icon-toggle
Version:
The Material Components for the web icon toggle component
23 lines (22 loc) • 570 B
JSON
{
"name": "@material/icon-toggle",
"description": "The Material Components for the web icon toggle component",
"version": "0.44.1",
"license": "MIT",
"keywords": [
"material components",
"material design",
"icon toggle"
],
"main": "dist/mdc.iconToggle.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.41.0",
"@material/base": "^0.41.0",
"@material/ripple": "^0.44.1",
"@material/theme": "^0.43.0"
}
}