Skip to content

Commit

Permalink
Updated macro options to mark label for attribute as required (can’t …
Browse files Browse the repository at this point in the history
…be left out due to accessibility reasons) (#1324)
  • Loading branch information
trevorsaint authored Jan 26, 2021
1 parent 29ee136 commit ef32207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/label/_macro-options.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
| Name | Type | Required | Description |
| ----------- | ------ | -------- | ---------------------------------------------------------------------------------------------------------- |
| text | string | true | The text content of the label |
| for | string | false | The id of the input this label is for |
| for | string | true | The id of the input this label is for |
| description | string | false | A secondary piece of information to help describe the input |
| id | string | false | The id for the label |
| classes | string | false | classes to add to the label |
Expand Down

0 comments on commit ef32207

Please sign in to comment.