Skip to content

Lotus: Support - SupportCard #30

Open
@7alip

Description

@7alip
Image
  • 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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions