4a9e8e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<script lang="ts"> export let key: string; export let style: string; </script> <button value={key} name={style}>🥁</button> <style> button { width: 3.2rem; aspect-ratio: 1 / 1; cursor: pointer; } </style>