Tabler action button

Tabler has built-in HTML buttons with a substantial amount of custom styles with really simple element, only needs 2 classes:

  • btn
  • btn-primary
<button class="btn btn-primary">Button</button>

But as input we expect the next behavior:

  • When the app starts, the action button has the value 0
  • Each click increments its value by 1