<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> | |
<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> | |