Skip to main content

Guide

Less than 1 minute

Optimized Size

This plugin fully supports tree-shaking.

This means you are free to pick any components you like, and remain the rest of the components unbundled.

For example, if you call this plugin with { components: ['VidStack'] }, then only <VidStack /> component is injected.

With Enhanced Syntax

We recommend you to use this plugin with md-enhance component syntaxopen in new window.