Skip to Content
Web ComponentsHero Section

Hero Section

Package: @tesserix/web

Import

import { HeroSection, HeroEyebrow, HeroTitle, HeroDescription, HeroActions, HeroVisual } from '@tesserix/web'

Source

  • Component: packages/web/src/components/hero-section/hero-section.tsx
  • Story: packages/web/src/components/hero-section/hero-section.stories.tsx
  • Test: Not found

Status

  • Component implementation file: Present
  • Story file: Present
  • Test file: Missing

Example

import { HeroSection } from '@tesserix/web' export function DemoHeroSection() { return <HeroSection /> }