@@ -109,7 +109,7 @@ defmodule DemoWeb.OdysseyShowcaseLive do
109109 A comprehensive demonstration of all available Odyssey UI components with examples and usage patterns.
110110 </ p >
111111 </ div >
112-
112+
113113 <!-- Navigation Tabs -->
114114 < div class = "my-4 border-b-2 border-gray-300 " >
115115 < div class = "flex gap-6 " >
@@ -151,7 +151,7 @@ defmodule DemoWeb.OdysseyShowcaseLive do
151151 </ button >
152152 </ div >
153153 </ div >
154-
154+
155155 <!-- Components Section -->
156156 < div :if = { @ current_tab == "components" } class = "space-y-12 " >
157157 <!-- Alerts Section -->
@@ -185,7 +185,7 @@ defmodule DemoWeb.OdysseyShowcaseLive do
185185 </ section >
186186
187187 < . odyssey_divider />
188-
188+
189189 <!-- Toggle Button Section -->
190190 < section >
191191 < h2 class = "text-2xl font-semibold mb-6 " > Toggle Button</ h2 >
@@ -268,7 +268,7 @@ defmodule DemoWeb.OdysseyShowcaseLive do
268268 </ section >
269269
270270 < . odyssey_divider />
271-
271+
272272 <!-- Navigation Section -->
273273 < section >
274274 < h2 class = "text-2xl font-semibold mb-6 " > Navigation Components</ h2 >
@@ -280,7 +280,7 @@ defmodule DemoWeb.OdysseyShowcaseLive do
280280 </ div >
281281 </ section >
282282 </ div >
283-
283+
284284 <!-- Icons Section -->
285285 < div :if = { @ current_tab == "icons" } class = "space-y-8 " >
286286 < section >
@@ -341,7 +341,7 @@ defmodule DemoWeb.OdysseyShowcaseLive do
341341 </ div >
342342 </ section >
343343 </ div >
344-
344+
345345 <!-- Forms Section -->
346346 < div :if = { @ current_tab == "forms" } class = "space-y-8 " >
347347 < section >
@@ -431,11 +431,7 @@ defmodule DemoWeb.OdysseyShowcaseLive do
431431 Date Pickers (start and expiration)
432432 </ label >
433433 < div class = "grid grid-cols-1 md:grid-cols-2 gap-4 " >
434- < . odyssey_date_picker
435- field = { @ form [ :start_date ] }
436- label = "Start date "
437- required
438- />
434+ < . odyssey_date_picker field = { @ form [ :start_date ] } label = "Start date " required />
439435 < . odyssey_date_picker
440436 field = { @ form [ :expiration_date ] }
441437 label = "Expiration date "
@@ -475,7 +471,7 @@ defmodule DemoWeb.OdysseyShowcaseLive do
475471 </ div >
476472 </ section >
477473 </ div >
478-
474+
479475 <!-- Code Examples Section -->
480476 < div class = "mt-12 p-6 bg-gray-50 rounded-lg " >
481477 < h2 class = "text-xl font-semibold mb-4 " > Usage Examples</ h2 >
0 commit comments