Modal

Attribute Type Documentation Default Value
Required title * :string Modal title
icon :string Modal icon. FontAwesome classes
Required body * :slot Modal content
<:body>Thanks for your money!</:body>
button :slot Modal buttons, displayed in footer
<:button>
  <button type="button" class="btn">
    Cancel
  </button>
</:button>
<:button>
  <button type="button" class="btn">
    OK
  </button>
</:button>