1.0.5 • Published 1 year ago

@remba/image-glow v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

React Image Glow :Hover

A React component for creating glowing image hover effect using background-image css property.

Installation

npm install @remba/image-glow

Usage

import ImageGlow from "@remba/image-glow";

function App() {
  return (
    <ImageGlow
      url="https://example.com/image.jpg"
      size={1}
      shadowSize={0.5}
      blurAmount={4}
    />
  );
}
1.0.2

1 year ago

1.0.1

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago