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

@ -15,6 +15,12 @@ export interface FormGroupProps
*/
message?: boolean;
/**
* Set to `true` for to remove the bottom margin
* @default false
*/
noMargin?: boolean;
/**
* Specify the message text
* @default ""