📝 Update shortcode docs

pull/349/head
James Panther 2022-11-07 16:35:21 +11:00
parent a6a0ecdb07
commit ce34ea05b7
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 9 additions and 1 deletions

View File

@ -55,7 +55,15 @@ New article!
## Button
`button` outputs a styled button component which can be used to highlight a primary action. It has two optional variables `href` and `target` which can be used to specify the URL and target of the link.
`button` outputs a styled button component which can be used to highlight a primary action. It has three optional parameters:
<!-- prettier-ignore-start -->
|Parameter|Description|
|---|---|
|`href`|The URL that the button should link to.|
|`target`|The target of the link.|
|`download`|Whether browser should download the resource rather than navigate to the URL. The value of this parameter will be the name of the downloaded file.|
<!-- prettier-ignore-end -->
**Example:**