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