Button
To add a button to the task, use the {{button}}
component. For example:
{{button label="Click me" href="https://yandex.ru" action=true}}
-
action=true
— Yellow. -
action=false
— White. -
"S"
— 24 px high. -
"M"
— 28 px high. -
"L"
— 32 px high. -
"XL"
— 38 px high. -
action=true
— Yellow. -
action=false
— White. -
"S"
— 24 px high. -
"M"
— 28 px high. -
"L"
— 32 px high. -
"XL"
— 38 px high.
Parameter | Description | Required | Default value |
---|---|---|---|
| Button caption | no | empty string |
| Link that opens when the user clicks the button. The link is opened in a new browser tab. | no | — |
| Button color: | no |
|
| Size of the button. | no |
|
| CSS class. | no |
|
Parameter | Description | Required | Default value |
---|---|---|---|
| Button caption | no | empty string |
| Link that opens when the user clicks the button. The link is opened in a new browser tab. | no | — |
| Button color: | no |
|
| Size of the button. | no |
|
| CSS class. | no |
|