d1d654e
1 2 3 4 5 6 7
<script lang="ts"> export let title: string; </script> <button class="btn-blue" {title} on:click> <span class="icon-base icon-[material-symbols--add]" /> </button>