feat: add astro reactive to stuff
This commit is contained in:
parent
637026f89a
commit
65efc3b5ab
1 changed files with 9 additions and 8 deletions
|
|
@ -48,9 +48,9 @@ import Card from '../components/Card.astro'
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
newTab
|
newTab
|
||||||
href="https://ayco.io/n/generate-timezone-json"
|
href="https://astro-reactive.js.org"
|
||||||
title="Time Zone JSON Generator"
|
title="Astro Reactive"
|
||||||
body="Generate a JSON file containing time zones from the official IANA Database or your own zone.tab file"
|
body="Let your Data build your UI with Astro components 🔥"
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
newTab
|
newTab
|
||||||
|
|
@ -58,6 +58,12 @@ import Card from '../components/Card.astro'
|
||||||
title="Cozy 🧸"
|
title="Cozy 🧸"
|
||||||
body="Your modern-day reading assistant"
|
body="Your modern-day reading assistant"
|
||||||
/>
|
/>
|
||||||
|
<Card
|
||||||
|
newTab
|
||||||
|
href="https://ayco.io/n/generate-timezone-json"
|
||||||
|
title="Time Zone JSON Generator"
|
||||||
|
body="Generate a JSON file containing time zones from the official IANA Database or your own zone.tab file"
|
||||||
|
/>
|
||||||
<Card
|
<Card
|
||||||
newTab
|
newTab
|
||||||
href="https://kaboom.ayco.io"
|
href="https://kaboom.ayco.io"
|
||||||
|
|
@ -70,11 +76,6 @@ import Card from '../components/Card.astro'
|
||||||
title="Minesweeper"
|
title="Minesweeper"
|
||||||
body="Recreated the classic game for the web 💣"
|
body="Recreated the classic game for the web 💣"
|
||||||
/>
|
/>
|
||||||
<Card
|
|
||||||
href="/showcase/astro-reactive-form"
|
|
||||||
title="Reactive Form"
|
|
||||||
body="The reactive form component for Astro 🔥"
|
|
||||||
/>
|
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue