From 638fd95556c03ef88445012dec26913da3212358 Mon Sep 17 00:00:00 2001 From: zuramai Date: Fri, 15 Dec 2023 08:26:39 +0700 Subject: [PATCH] feat(example): footer with logo --- .../src/stories/examples/Footer.stories.tsx | 60 +++++++++++++++++-- 1 file changed, 56 insertions(+), 4 deletions(-) diff --git a/packages/ui/src/stories/examples/Footer.stories.tsx b/packages/ui/src/stories/examples/Footer.stories.tsx index 7fbef57..0939eb1 100644 --- a/packages/ui/src/stories/examples/Footer.stories.tsx +++ b/packages/ui/src/stories/examples/Footer.stories.tsx @@ -2,6 +2,7 @@ import { Meta } from "@storybook/react"; import { Card } from '@bootwind/card' import { Table, TableBody, TableCell, TableRow } from '@bootwind/table' import { HiEnvelope } from 'react-icons/hi2' +import { BiLogoDribbble, BiLogoFacebook, BiLogoFacebookCircle, BiLogoFigma, BiLogoWhatsapp, BiLogoYoutube } from 'react-icons/bi' import { Input } from '@bootwind/forms' import { Button } from '@bootwind/button' @@ -54,10 +55,61 @@ export const FooterWithNewsletter = () => { ) } -export const FooterWithMenu = () => { - return ( -