rappasoft / rappasoft-comments

utteranc.es repository for rappasoft.com
2 stars 0 forks source link

blog/snippet-5-creating-a-simple-but-cool-delete-button-with-alpinejs-and-tailwindcss #9

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Rappasoft | Blog | Snippet 5: Creating a simple, but cool delete button with Alpine.js and TailwindCSS

Sometimes ideas pop into my head that I don't immediately need, but I think are a good exercise. So I carve out 15 minutes of my day to code an example to learn and save to my library of components for future use.

https://rappasoft.com/blog/snippet-5-creating-a-simple-but-cool-delete-button-with-alpinejs-and-tailwindcss?ref=laravelnews

sergebenard commented 2 years ago

This is terrific! Thank you!

I suggest using the button contents as a slot, so that you can simplify using icons or other things as the button's content.

Thanks again for the nice component!