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.

Maintainers

Package info

github.com/pattern-lab/styleguidekit-assets-default

Homepage

Wiki

Language:JavaScript

Type:patternlab-styleguidekit

pkg:composer/pattern-lab/styleguidekit-assets-default

Statistics

Installs: 1 357 945

Dependents: 8

Suggesters: 0

Stars: 35

Open Issues: 27

v4.0.0-alpha.3 2018-02-16 19:47 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.

license current release Packagist Gitter

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:

Development Set-up

Read the contribution guidelines