Skip to content

Commit

Permalink
Remove Button description that params.html has an effect on element
Browse files Browse the repository at this point in the history
We used to do this back in #306 but stopped in #683
  • Loading branch information
colinrotherham committed Sep 4, 2023
1 parent 8a02916 commit 7a0ef84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ params:
- name: element
type: string
required: false
description: HTML element for the button component – `input`, `button` or `a`. In most cases you will not need to set this as it will be configured automatically if you use `href` or `html`.
description: HTML element for the button component – `input`, `button` or `a`. In most cases you will not need to set this as it will be configured automatically if `href` is provided.
- name: text
type: string
required: true
Expand Down

0 comments on commit 7a0ef84

Please sign in to comment.