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 ( -