We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed57f1 commit 788441fCopy full SHA for 788441f
README.md
@@ -105,7 +105,7 @@ const MyComponent = () => (
105
);
106
```
107
108
-### 🎉 Props
+#### 🎉 Props
109
110
##### ✏️ tag
111
@@ -143,21 +143,25 @@ Type `Boolean`
143
144
A Boolean to execute when the content appears on the screen.
145
146
-### 🔥 Building LazyLoad
+#### 🔥 Building LazyLoad
147
148
149
pnpm build
150
151
152
-### 🌈 Running examples
+#### 🌈 Running examples
153
154
155
cd example
156
pnpm dev
157
158
159
-### 📄 License
+#### 📄 License
160
161
<div calign="center">
162
🍁 MIT Licensed | Copyright © 2022-present Abdulnasır Olcan and @ReactLazyLoadComponent contributors
163
</div>
164
+
165
+---
166
167
+[Back To The Top](#read-me-template)
0 commit comments