react-fade-in-view 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,6 +38,7 @@ yarn add react-fade-in-view
38
38
 
39
39
  ```tsx
40
40
  import { FadeIn } from "react-fade-in-view";
41
+ import "react-fade-in-view/dist/index.css";
41
42
 
42
43
  export default function App() {
43
44
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-fade-in-view",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Lightweight fade-in animation component using Intersection Observer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",