DarkSection
Background wrapper that switches surface tokens to the dark palette (--dark-bg / --dark-text). Used for marketing footer, hero strips.
Preview
Usage
import { DarkSection } from '@ramtt/ui'
<DarkSection className="py-20">
{/* dark content */}
</DarkSection>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children* | ReactNode | — | Section content |
| className | string | — | Additional Tailwind classes |