Welcome, {{username}}!

This plugin handles HTML component loading through a straightforward API. It fetches components from the server and injects them into target containers. During the loading process, it displays skeleton screens that match the component's final layout.

The plugin supports dynamic data injection through template variables. You can pass data objects to populate content within your loaded components. This works well for user-specific content, dynamic text, or any variable data that needs insertion into your HTML templates.

The skeleton loader runs only during the actual component fetch time. This creates a natural loading experience that reflects true loading states rather than artificial delays.

Contact us