Features
FeaturesGrid
Three-column responsive grid of feature cards with icon, title, and description.
Installation
npm install @trinkui/reactPreview
Features
Everything you need
Production-ready components for your next project.
⚡
Fast
Optimized for performance.
🎨
Themeable
Customize with CSS variables.
♿
Accessible
WCAG 2.1 compliant.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
pill | string | — | Badge label shown above the headline |
titlerequired | string | — | Main headline text |
subtitle | string | — | Supporting description below the headline |
features | FeatureItem[] | — | Array of feature items — { icon?, title, description, href? } |
primaryAction | ActionProps | — | Primary CTA button — { label, href, onClick?, variant?, target? } |
animated | boolean | true | Enable entrance animations |
theme | "light" | "dark" | — | Section color theme |
className | string | — | Extra CSS classes for the section element |