Here is Gradient Pricing component
import { Component } from "@/components/ui/gradient-pricing"; const Demo = () => { return ( <div className="w-full bg-white dark:bg-neutral-950"> <Component /> </div> ); }; export default Demo;
Part of Eldora UI — browse the full library on 21st.dev.