Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reference for Nuxt UI v4 (125+ components built on Reka UI + Tailwind CSS v4) including forms, overlays, and theming.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/pricing-plans.md
1# PricingPlans23Display a list of pricing plans in a responsive grid layout.45## Key Props67- `plans`: as an array of objects with the properties of the [PricingPlan](/docs/components/pricing-plan#props) component.8- `orientation`: to change the orientation of the PricingPlans.9- `compact`: to reduce the padding between the plans when one of the plans is scaled for a better visual balance.10- `scale`: to adjust the spacing between the plans when one of the plans is scaled for a better visual balance.1112## Usage1314```vue15<UPricingPlans16<!-- props here -->17/>18```19