جلوه‌ها

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

نصب با CLI شدسی‌ان

npx shadcn@latest add https://onthic.com/r/story-scroll

استفاده

<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>