From 8514727e1d68463ad15f282991aa9712e1623206 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 4 Oct 2022 13:17:05 +0200 Subject: [PATCH] style: initial dark and light style scaffold --- packages/astro-reactive-form/Form.astro | 27 ++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/packages/astro-reactive-form/Form.astro b/packages/astro-reactive-form/Form.astro index 207ebcc..07972d5 100644 --- a/packages/astro-reactive-form/Form.astro +++ b/packages/astro-reactive-form/Form.astro @@ -8,9 +8,26 @@ export interface Props { const { formGroups } = Astro.props; --- +
+ {formGroups?.map((group) =>
)} + -{ -
- {formGroups?.map((group) =>
)} - -} +