@material/form-field
Version:
Material Components for the web wrapper for laying out form fields and labels next to one another
30 lines (29 loc) • 852 B
JSON
{
"name": "@material/form-field",
"description": "Material Components for the web wrapper for laying out form fields and labels next to one another",
"version": "14.0.0",
"license": "MIT",
"keywords": [
"material components",
"material design",
"form"
],
"main": "dist/mdc.formField.js",
"module": "index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git",
"directory": "packages/mdc-form-field"
},
"dependencies": {
"@material/base": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/typography": "^14.0.0",
"tslib": "^2.1.0"
},
"gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
}