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: Added Pricing Component #305

Merged
merged 3 commits into from
Oct 4, 2024
Merged

Feat: Added Pricing Component #305

merged 3 commits into from
Oct 4, 2024

Conversation

SatyamVyas04
Copy link
Contributor

@SatyamVyas04 SatyamVyas04 commented Oct 3, 2024

Added support for a pricing component, that displays plans in a well animated manner, using framer-motion
Here's the demo for the same. Let me know if there are any potential bugs or fallacies in the code 👍🏻

Pricing.Component.Demo.mp4

fixes #295

Copy link
Contributor

@hari hari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SatyamVyas04 Looking good. Here are a few things:

  1. Please move this to Sections category, you will need to create a new one and rename the files as well text.
  2. Add little more spacing.
animata/widget/pricing.tsx Outdated Show resolved Hide resolved
content/docs/widget/pricing.mdx Outdated Show resolved Hide resolved
@SatyamVyas04
Copy link
Contributor Author

Working on the animation-unmount now 👍🏻

@SatyamVyas04
Copy link
Contributor Author

This pull request introduces a new Pricing component and its associated documentation and stories. The changes include adding the component, creating Storybook stories for it, and updating the documentation to include installation and usage instructions.

New Pricing Component:

  • animata/section/pricing.tsx: Added a new Pricing component with customizable plans, width, outer radius, and padding. The component includes interactive elements for selecting billing cycles and plans, with animations for a better user experience.

Storybook Stories:

Documentation Updates:

Sidebar Navigation:

  • config/docs.ts: Updated the sidebar navigation to include a new "Section" category with links to the Pricing component documentation.
@SatyamVyas04 SatyamVyas04 requested a review from hari October 4, 2024 10:40
@hari hari merged commit f20af3f into codse:main Oct 4, 2024
2 checks passed
@sudhashrestha sudhashrestha added the hacktoberfest This issue is a part of the Hacktoberfest event label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest This issue is a part of the Hacktoberfest event
3 participants