feat(form): add noMargin prop to FormGroup

This commit is contained in:
Eric Y Liu 2021-04-02 04:31:34 -07:00
commit 1284ffc5f3
4 changed files with 27 additions and 6 deletions

View file

@ -3514,6 +3514,16 @@
"constant": false,
"reactive": false
},
{
"name": "noMargin",
"kind": "let",
"description": "Set to `true` for to remove the bottom margin",
"type": "boolean",
"value": "false",
"isFunction": false,
"constant": false,
"reactive": false
},
{
"name": "messageText",
"kind": "let",