mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
feat(form): add noMargin prop to FormGroup
This commit is contained in:
parent
3bcbead74d
commit
1284ffc5f3
4 changed files with 27 additions and 6 deletions
6
types/FormGroup/FormGroup.d.ts
vendored
6
types/FormGroup/FormGroup.d.ts
vendored
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue