40+ landing page components for ReactBrowse now

Other Sections

NavbarSimple

Horizontal navigation bar with brand/logo, nav links, and CTA buttons. Collapses to hamburger on mobile.

Installation

npm install @trinkui/react

Preview

Props

PropTypeDefaultDescription
logo
ReactNode-Custom logo element (overrides brandName)
brandName
string-Brand text shown when no logo prop
links
NavLink[][]Navigation links { label, href, active? }
primaryAction
ActionProps-Primary CTA button
secondaryAction
ActionProps-Secondary CTA button
bordered
booleantrueShow bottom border
blur
booleanfalseApply backdrop blur effect
sticky
booleanfalseStick to top of viewport on scroll
className
string-Additional CSS classes