effects
Story Scroll
Full-bleed scroll sections that declare their own background theme, so fixed chrome above them can invert as each one passes.
data-section-bg="dark"
data-section-bg="light"
scrolllayouttheming
Install with the shadcn CLI
npx shadcn@latest add https://onthic.com/r/story-scrollUsage
<FlowSection data-section-bg="dark" aria-label="Intro">
<h2>A chapter of the story</h2>
</FlowSection>
<FlowSection data-section-bg="light">
<h2>The next one</h2>
</FlowSection>