# lazytag
**Repository Path**: mirrors_WebReflection/lazytag
## Basic Information
- **Project Name**: lazytag
- **Description**: Lazy loading Custom Elements and their styles without even thinking about it.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-19
- **Last Updated**: 2025-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# lazytag
Lazy loading Custom Elements and their styles without even thinking about it.
```html
```
The previous example would load automatically `./components/js/my-component.js`, `./components/js/my-sub-component.js`, but also `./components/css/my-component.css` and `./components/css/my-sub-component.css`.
[Live test](https://webreflection.github.io/lazytag/test/).