removed switches from test page
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
|
||||
import DatePickerOne from "@/components/FormElements/DatePicker/DatePickerOne";
|
||||
import DatePickerTwo from "@/components/FormElements/DatePicker/DatePickerTwo";
|
||||
import { Checkbox } from "@/components/FormElements/checkbox";
|
||||
import { RadioInput } from "@/components/FormElements/radio";
|
||||
import { Switch } from "@/components/FormElements/switch";
|
||||
import { ShowcaseSection } from "@/components/Layouts/showcase-section";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -40,7 +38,7 @@ export default function FormElementsPage() {
|
||||
/> */}
|
||||
</ShowcaseSection>
|
||||
|
||||
<ShowcaseSection
|
||||
{/* <ShowcaseSection
|
||||
title="Toggle switch input"
|
||||
className="space-y-5.5 !p-6.5"
|
||||
>
|
||||
@@ -48,7 +46,7 @@ export default function FormElementsPage() {
|
||||
<Switch backgroundSize="sm" />
|
||||
<Switch withIcon />
|
||||
<Switch background="dark" />
|
||||
</ShowcaseSection>
|
||||
</ShowcaseSection> */}
|
||||
|
||||
<ShowcaseSection title="Time and date" className="space-y-5.5 !p-6.5">
|
||||
<DatePickerOne />
|
||||
|
||||
Reference in New Issue
Block a user