Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] External Static Pages > Pricing Page > Pricing Plans > Pricing plans card component #150

Closed
1 of 4 tasks
luqmonac56 opened this issue Jul 19, 2024 · 0 comments · Fixed by #226
Closed
1 of 4 tasks
Assignees

Comments

@luqmonac56
Copy link

luqmonac56 commented Jul 19, 2024

Description

Develop the pricing cards displayed in the pricing page.

Acceptance Criteria

  • Create a pricing card component for displaying a pricing plan.
  • This component should have props to facilitate dynamicity such as background color, border color, text, etc.
  • This component should allow for mobile responsiveness when integrating into the pricing page.
  • Write unit tests for this component to model expected behavior.

Purpose

Provides a component for showing the pricing plan cards.

Requirement

  • Install/Re-use the shadcn button component for the action buttons on the cards and ensure the design is consistent with the design.
  • Ensure that the typography (text colors, font weights, font sizes, etc.) remain consistent with the design.
  • Ensure that the card design (border colors, background color, text content, etc.) remains consistent with the design.
  • Ensure that the component is responsive on mobile devices.

Expected Outcome

  • A component that displays the pricing plan using props to determine the type of plan (basic or premium) and so on.

Task

Links

Images

image image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants