Block

Pricing.

Three plan cards with a monthly and yearly toggle, the middle plan raised with an orange border and hard shadow, and an FAQ accordion underneath.

Installation#

$npx lanterncn add pricing

This copies the file into components/pricing and installs every component it uses. With the shadcn CLI: npx shadcn@latest add httptim/lantern-ui/pricing.

Usage#

Render it from any page.

import Pricing from "@/components/pricing/pricing";

export default function Page() {
  return <Pricing />;
}