You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,15 +34,15 @@ export default function MyComponent() {
34
34
}
35
35
```
36
36
37
-
## `LazyImage` Component
37
+
## `UnLazyImage` Component
38
38
39
-
The `LazyImage` component allows you to easily implement unlazy in your React application, providing a smoother image loading experience.
39
+
The `UnLazyImage` component allows you to easily implement unlazy in your React application, providing a smoother image loading experience.
40
40
41
41
The component supports automatic calculation of the `sizes` attribute with the `autoSizes` prop. It also enables you to specify a `blurhash` for the blurry placeholder image.
42
42
43
43
### Props
44
44
45
-
The `LazyImage` component accepts the following props:
45
+
The `UnLazyImage` component accepts the following props:
46
46
47
47
| Prop | Type | Description |
48
48
| --- | --- | --- |
@@ -58,14 +58,14 @@ In both examples, the `sizes` attribute is automatically calculated.
@@ -34,15 +34,15 @@ export default function MyComponent() {
34
34
}
35
35
```
36
36
37
-
## `LazyImage` Component
37
+
## `UnLazyImage` Component
38
38
39
-
The `LazyImage` component allows you to easily implement unlazy in your Solid application, providing a smoother image loading experience.
39
+
The `UnLazyImage` component allows you to easily implement unlazy in your Solid application, providing a smoother image loading experience.
40
40
41
41
The component supports automatic calculation of the `sizes` attribute with the `autoSizes` prop. It also enables you to specify a `blurhash` for the blurry placeholder image.
42
42
43
43
### Props
44
44
45
-
The `LazyImage` component accepts the following props:
45
+
The `UnLazyImage` component accepts the following props:
46
46
47
47
| Prop | Type | Description |
48
48
| --- | --- | --- |
@@ -58,14 +58,14 @@ In both examples, the `sizes` attribute is automatically calculated.
The `LazyImage` component allows you to easily implement unlazy in your Vue application, providing a smoother image loading experience. The component supports automatic calculation of the `sizes` attribute with the `autoSizes` prop. It also enables you to specify a `blurhash` for the blurry placeholder image.
56
+
The `UnLazyImage` component allows you to easily implement unlazy in your Vue application, providing a smoother image loading experience. The component supports automatic calculation of the `sizes` attribute with the `autoSizes` prop. It also enables you to specify a `blurhash` for the blurry placeholder image.
57
57
58
58
### Props
59
59
60
-
The `LazyImage` component accepts the following props:
60
+
The `UnLazyImage` component accepts the following props:
61
61
62
62
| Prop | Type | Description |
63
63
| --- | --- | --- |
@@ -71,14 +71,14 @@ In both examples, the `sizes` attribute is automatically calculated.
0 commit comments