Components
In the feature list of the pricing cards, the check icon next to each feature needs to remain consistently aligned and visually uniform, regardless of the length of the accompanying text. Previously, wrapping the text in an extra <div> could cause the icon to shift or misalign when the text wrapped to multiple lines.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/pricing-sectionLoading preview...
import PricingSection from "@/components/ui/pricing-section";
export default function DemoOne() {
return <PricingSection />;
}