After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory!
Button
Este es un ejemplo usando el componente Button
-
Code Blocks
This is super helpful when posting any code snippet
const fn = () => alert('some fn')
.hide { display:none }
Also can show code difference
var x = 10; - const counter = 0; + let counter = 0