<ui-button>

Showcasing the different built in buttons.

<template is="ui-button" type="string" label="string">
  <button class="ui-button {{props.type ?? '' |> esc}}">
    <span>{{props.label ?? '' |> esc}}</span>
  </button>
</template>