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