pattern-lab / styleguidekit-assets-default
The assets for the default StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.
Package info
github.com/pattern-lab/styleguidekit-assets-default
Language:JavaScript
Type:patternlab-styleguidekit
pkg:composer/pattern-lab/styleguidekit-assets-default
- dev-develop
- v4.0.0-alpha.3
- v4.0.0-alpha.2
- v4.0.0-alpha.1
- v3.5.2
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.0
- v3.1.1
- v3.1.0
- v3.0.1
- v3.0.0
- v2.1.0
- v2.0.1
- v2.0.0
- v0.6.5
- v0.6.4
- v0.6.3
- v0.6.2
- v0.6.0
- v0.5.5
- v0.5.4
- v0.5.0
- dev-pattern-state-rendering
- dev-theme-in-header
- dev-feature-themes
- dev-release/3.x
- dev-master
- dev-feature-remove-classlist
This package is auto-updated.
Last update: 2026-05-13 05:09:39 UTC
README
Important
Pattern Lab is no longer actively maintained. All repositories, along with the rest of the @pattern-lab ecosystem on GitHub and npm, have been deprecated and archived. The code, releases, and history remain available so the work stays discoverable and forks can continue independently under the MIT license. No new releases, security patches, or issue triage will be performed. Read the full message, and thank you.
Static Assets for the Default StyleguideKit
This code is responsible for creating Pattern Lab's UI look, feel, and functionality. These assets are are meant to be used in conjunction with the default Mustache and Twig StyleguideKits, which control Pattern Lab-specific UI inside the iframe.
Installation
Node
Pattern Lab Node uses npm to manage project dependencies. To install the default static assets run:
npm install @pattern-lab/styleguidekit-assets-default
PHP
Pattern Lab PHP uses Composer to manage project dependencies. To install the default static assets run:
composer require pattern-lab/styleguidekit-assets-default
Development Requirements
In order to modify these assets you need to install the following:
- the Development Edition of Pattern Lab
- Node.js and NPM
- Bower
- Ruby Sass
Development Set-up
Read the contribution guidelines