1.0.4 • Published 10 months ago
react-shadow-yh919 v1.0.4
What is this ?
Get perfect shadows every time for the non-desginer.
Installation
npm i react-shadow-yh919 --save
Or Use CDN fro Vanilla Usage :
https://cdn.skypack.dev/react-shadow-yh919
Then
import { reactshadow } from "react-shadow-yh919";
reactshadow({
shadow_type: "soft",
padding: false,
});
Options
React Shadow support 2 options, both of which are optional:
- shadow_type - hard | soft (Default: "soft")
- padding - boolean (Default: false)