Open
Description

- Create the components in
packages/ui/components
folder. - Lotus site will always have dark theme but other sites may have both or always light theme.
- Avoid using fixed colors (white, black) for backgrounds and texts.
- For texts and bacgrounds use bg-background, bg-card, text-foreground, text-muted etc.
- If Storybook works create stories of the components
Create SupportCard
component
- Props:
icon: ReactNode
title: string
description: string
ctaText: string
ctaLink: string
- This component should be reusable for the three support areas.
Create SupportCards
container component
- Accepts an array of
SupportCard
objects as props. - Maps through the list and renders individual
SupportCard
components.
Metadata
Metadata
Assignees
Labels
No labels