Components
Loading preview...
No more boring pricing component, bring some "framer" motion to your pricing component to make it stand out.
@vaib215
npx shadcn@latest add https://21st.dev/r/vaib215/squishy-pricingimport { Component } from "@/components/ui/squishy-pricing";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };