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
Copy file name to clipboardExpand all lines: readme.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
-

1
+
 <img src="https://img.shields.io/github/v/release/manadaym/util-web-components"> <a href="https://raw.githubusercontent.com/ManadayM/util-web-components/master/LICENSE"><img src="https://img.shields.io/npm/l/util-web-components"></a>
A collection of web components built for reusability and performance.
6
7
7
8
## Components
8
9
10
+
We will gradually add useful components under this project. You can find detailed documentation for each component into its respective directory. Please click on a component's tag/name in the table below, it should take you to the `READEME` page of that respective component.
11
+
9
12
| Sr. No. | Tag | Descritpion |
10
13
| --- | --- | --- |
11
-
| 1. |`uc-image`| Lazy load `img` and `picture` HTML tags on all browsers including IE11. |
14
+
| 1. |[uc-image](src/components/uc-image/readme.md)| Lazy load images on all browsers including IE11. |
15
+
16
+
## Package size
17
+
18
+
You don't need to worry about the package size as it will only download the components that you have used on your page. 🤩
12
19
13
20
## Usage
14
21
@@ -34,3 +41,7 @@ For example, the modern browsers will only download `util-components.esm.js` as
0 commit comments