Browse Source

Update Buttons.md

pull/3021/head
Ahmet Çotur 6 years ago
parent
commit
60223f1e40
  1. 12
      docs/en/AspNetCore/Tag-Helpers/Buttons.md

12
docs/en/AspNetCore/Tag-Helpers/Buttons.md

@ -9,12 +9,12 @@ ABP framework has a special Tag Helper to create bootstrap button easily.
`<abp-button>` has 7 different attribute.
* [`button-type`](#button-type)
* [`size`](#`size`)
* [`busy-text`](#`busy-text`)
* [`text`](#`text`)
* [`icon`](#`icon`)
* [`disabled`](#`disabled`)
* [`icon-type`](#`icon-type`)
* [`size`](#size)
* [`busy-text`](#busy-text)
* [`text`](#text)
* [`icon`](#icon)
* [`disabled`](#disabled)
* [`icon-type`](#icon-type)
### `button-type`

Loading…
Cancel
Save