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.
Deep dive into plugins at the Creating plugins wiki page
Plugins are installed using two steps (plugin-tab example():
Install via npm
npm install @pattern-lab/plugin-tab
This will pull down the plugin from the npm registry
Install the plugin within Pattern Lab (gulp example)
gulp patternlab:installplugin --plugin=@pattern-lab/plugin-tab
Refer to the plugin's installation instructions for more options, if any.
Command line support is coming soon!