Skip to content

[Frontend] Card.tsx primitive has no documented variant/prop API beyond className passthrough #1031

Description

@grantfox-oss

Join our community: https://t.me/+DOylgFv1jyJlNzM0

Why this matters

components/ui/Card.tsx is used across the dashboard and stream-creation flows, but its props are not documented in UI_COMPONENTS.md the way Button and Stepper are, so new contributors reach for ad-hoc div+className instead of the shared primitive.

Acceptance criteria

  • Add a Card section to UI_COMPONENTS.md documenting its props and usage example
  • Cross-check the documented props against the actual component signature

Files to touch

  • frontend/src/components/ui/Card.tsx
  • frontend/src/components/ui/UI_COMPONENTS.md

Out of scope

Does not change the Card component's API.

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave programdocsDocumentationfrontendFrontend related tasksgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions