40+ landing page components for ReactBrowse now

Features

FeaturesGrid

Three-column responsive grid of feature cards with icon, title, and description.

Installation

npm install @trinkui/react

Preview

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

PropTypeDefaultDescription
pill
stringBadge label shown above the headline
titlerequired
stringMain headline text
subtitle
stringSupporting description below the headline
features
FeatureItem[]Array of feature items — { icon?, title, description, href? }
primaryAction
ActionPropsPrimary CTA button — { label, href, onClick?, variant?, target? }
animated
booleantrueEnable entrance animations
theme
"light" | "dark"Section color theme
className
stringExtra CSS classes for the section element