feat(marketing): add contacts section and improve checkbox UI
This commit introduces a new "Contacts" section to the marketing page, which is now the fifth step in the page's flow. Additionally, the Checkbox component has been enhanced with a smooth transition effect on state change. This provides better visual feedback and a more polished user experience.
This commit is contained in:
@@ -113,9 +113,9 @@ export default function FormElementsPage() {
|
||||
title="Checkbox and radio"
|
||||
className="space-y-5.5 !p-6.5"
|
||||
>
|
||||
<Checkbox label="Checkbox Text" />
|
||||
{/* <Checkbox label="Checkbox Text" />
|
||||
<Checkbox label="Checkbox Text" withIcon="check" />
|
||||
<Checkbox label="Checkbox Text" withIcon="x" />
|
||||
<Checkbox label="Checkbox Text" withIcon="x" /> */}
|
||||
<RadioInput label="Checkbox Text" />
|
||||
<RadioInput label="Checkbox Text" variant="circle" />
|
||||
</ShowcaseSection>
|
||||
|
||||
@@ -21,7 +21,7 @@ export function SignInForm() {
|
||||
/> */}
|
||||
|
||||
<div className="mb-5.5 mt-5 flex items-center justify-between">
|
||||
<Checkbox label="Remember me" minimal withBg withIcon="check" />
|
||||
{/* <Checkbox label="Remember me" minimal withBg withIcon="check" /> */}
|
||||
|
||||
<Link href="#" className="text-body-sm text-primary hover:underline">
|
||||
Forgot password?
|
||||
|
||||
Reference in New Issue
Block a user