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 297 011
Dependents: 8
Suggesters: 0
Security: 0
Stars: 35
Watchers: 19
Forks: 67
Open Issues: 27
Language:JavaScript
Type:patternlab-styleguidekit
- 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: 2024-11-06 13:16:56 UTC
README
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