Skip to content

Commit 82b2e56

Browse files
Update "Label" component fields description (#7781)
1 parent be6b079 commit 82b2e56

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/components/reference.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,13 +1482,13 @@ The `description` may display above or below the `component` depending on platfo
14821482

14831483
###### Label Structure
14841484

1485-
| Field | Type | Description |
1486-
|--------------|----------------------------------------------------------------------------------|-------------------------------------------|
1487-
| type | integer | `18` for a label |
1488-
| id? | integer | Optional identifier for component |
1489-
| label | string | The label text |
1490-
| description? | string | An optional description textfor the label |
1491-
| component | [label child component](/docs/components/reference#label-label-child-components) | The component within the label |
1485+
| Field | Type | Description |
1486+
|--------------|----------------------------------------------------------------------------------|----------------------------------------------------------------|
1487+
| type | integer | `18` for a label |
1488+
| id? | integer | Optional identifier for component |
1489+
| label | string | The label text; max 45 characters |
1490+
| description? | string | An optional description text for the label; max 100 characters |
1491+
| component | [label child component](/docs/components/reference#label-label-child-components) | The component within the label |
14921492

14931493
###### Label Child Components
14941494

0 commit comments

Comments
 (0)