hero-modern

Hero Modern

A modern hero section with headline and CTA

1.1.0

Live preview

Interactive component canvas

Featured hero

Welcome

Build better UIs

Usage

TypeScriptCSS
import HeroModern from 'components/hero-modern/hero-modern'

type Props = {
  title?: string
  subtitle?: string
}

export default function App({ title, subtitle }: Props) {
  return <HeroModern title="Build Faster" subtitle="Ship with confidence" />
}