1.0.4 • Published 10 months ago

react-shadow-yh919 v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago