Package Exports
- react-snowf
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-snowf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-snowf
React snowflakes component, let it snow on your page! ❄
Install
npm install react-snowf --save
Usage
import Snowf from 'react-snowf';
// Insert component in your code
<Snowf
amount={50}
size={5}
speed={1.5}
wind={0}
color="#fff"
opacity={0.8}
swing={true}
swingOffset={1}
image=""
zIndex={0}
/>