Snow detects surface edges and piles up naturally. Toggle it off and on to reset.
Snow clings to the underside — as if drifting beneath an overhang.
Add data-snowfall="top" to any element. Snow accumulates automatically.
npm install @hdcodedev/snowfallimport { Snowfall, SnowfallProvider } from '@hdcodedev/snowfall';
function App() {
return (
<SnowfallProvider>
<Snowfall />
<header>My Site</header>
</SnowfallProvider>
);
}