sections.effectPlacements.selectedEffect
sections.effectPlacements.selectedEffectDesc
header.subtitle
themes.aurora.description
effects.waves.description
effects.waves.usage
sections.effectPlacements.description
import { VisualEffect } from '@/components/VisualEffect';
// Hero banner with effect
<section className="relative overflow-hidden min-h-[60vh]">
<VisualEffect
placement="hero"
effect="aurora"
intensity="normal"
/>
<div className="relative z-10">
<h1>Hero Content</h1>
</div>
</section>
// Card with subtle effect
<Card className="relative overflow-hidden">
<VisualEffect
placement="card"
effect="neuro"
intensity="subtle"
/>
<CardContent className="relative z-10">
Content here
</CardContent>
</Card>sections.buttons.description
sections.cards.description
sections.cards.guidanceText
sections.cards.motionText
sections.cards.spacingText
sections.forms.description
localization.description
sections.tables.description
| sections.tables.token | sections.tables.purpose |
|---|---|
| --control-height | Buttons & inputs share this value for layout consistency. |
| --motion-duration-base | Primary transition timing for hover and focus states. |
| --icon-stroke | Standard stroke width for glyphs and iconography. |
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
sections.navigation.description
sections.navigation.tabContent
sections.feedback.description
sections.lists.description
sections.dataDisplay.description
sections.dataDisplay.totalUsers
↑ 12% sections.dataDisplay.fromLastMonth
sections.dataDisplay.revenue
↑ 8% sections.dataDisplay.fromLastMonth
sections.dataDisplay.uptime
↓ 0.5% sections.dataDisplay.fromLastMonth
sections.dataDisplay.getStarted
sections.extendedForms.description
sections.extendedForms.enableNotifications
sections.extendedForms.dropFiles
sections.extendedForms.supportssections.richComponents.description
sections.richComponents.section1Content
sections.richComponents.section2Content
sections.richComponents.projectStartedDesc
sections.richComponents.twoDaysAgosections.richComponents.milestoneReachedDesc
sections.richComponents.oneDayAgosections.formValidation.description
sections.typography.description
sections.typography.quote— Steve Jobs
sections.typography.linkIntro sections.typography.primaryLink sections.typography.linkMiddle sections.typography.underlinedLink sections.typography.linkEnd