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.

Installs: 1 269 251

Dependents: 8

Suggesters: 0

Security: 0

Stars: 35

Watchers: 19

Forks: 69

Open Issues: 27

Language:JavaScript

Type:patternlab-styleguidekit

v4.0.0-alpha.3 2018-02-16 19:47 UTC

README

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