Button

Relay uses buttons to initiate actions when clicked by the user. Click

<div>
<.button class="kt kt-mr-4" variant="primary">
  Button
</.button>
<.button disabled variant="primary">
  Button
</.button>
</div>
<div>
<.button class="kt kt-mr-4" variant="secondary">
  Button
</.button>
<.button disabled variant="secondary">
  Button
</.button>
</div>
<div>
<.button class="kt kt-mr-4" variant="outline-primary">
  Button
</.button>
<.button disabled variant="outline-primary">
  Button
</.button>
</div>