-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Create the components in
packages/ui/componentsfolder. - 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: ReactNodetitle: stringdescription: stringctaText: stringctaLink: string
- This component should be reusable for the three support areas.
Create SupportCards container component
- Accepts an array of
SupportCardobjects as props. - Maps through the list and renders individual
SupportCardcomponents.
Metadata
Metadata
Assignees
Labels
No labels