@stianlarsen/react-light-beam 1.0.0 → 1.0.2
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.
- package/README.md +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ yarn add @stianlarsen/react-light-beam
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
|
21
21
|
```jsx
|
|
22
|
-
import LightBeam from "@stianlarsen/react-light-beam";
|
|
22
|
+
import { LightBeam } from "@stianlarsen/react-light-beam";
|
|
23
23
|
import "your-css-file.css"; // Include the necessary styles
|
|
24
24
|
|
|
25
25
|
const App = () => {
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stianlarsen/react-light-beam",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A customizable React component that creates a light beam effect using conic gradients. Supports dark mode and various customization options.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|