udpate showcase pages
This commit is contained in:
parent
2cc5e3d015
commit
56fe3cff05
2 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,8 @@ import GithubStats from "astro-github-stats";
|
|||
<Layout title="Ayo Ayco | Showcase | Astro Github Stats">
|
||||
<main>
|
||||
<Back url="/showcase" />
|
||||
<h1>Astro GitHub Stats ✨</h1>
|
||||
<h1>Astro GitHub Stats</h1>
|
||||
<p>Embed GitHub stats on your Astro page</p>
|
||||
|
||||
<h3>Account Stats</h3>
|
||||
<GithubStats username="ayoayco" />
|
||||
|
|
|
@ -57,7 +57,8 @@ const characteristicsForm: FormGroup = new FormGroup(
|
|||
<Layout title="Ayo Ayco | Showcase | Astro Reactive Form">
|
||||
<main>
|
||||
<Back url="/showcase" />
|
||||
<h1>Astro Reactive Form 🔥</h1>
|
||||
<h1>Astro Reactive Form </h1>
|
||||
<p>Generate a dynamic form based on your data, and modify programatically.</p>
|
||||
|
||||
<h3>Simple single form group</h3>
|
||||
<Form formGroups={[simpleForm]} />
|
||||
|
|
Loading…
Reference in a new issue