pamo / contactlab-ui-components

Basic UI components for ContactLab UX design pattern library

Home Page:https://ux.contactlab.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contactlab Pattern Library UI Components

Build Status

Required tools

Installation

Polymer 1.x version (stable)

$ yarn add contactlab-ui-components@1.4.2

Polymer 3.x (preview)

$ yarn add contactlab-ui-components@2.0.2

Legacy version on Bower

$ bower install clab-ui-components#1.3.7

Shady DOM & Global CSS

WARNING: both versions of the Contactlab Pattern Library make use of the Shady DOM instead of the Shadow DOM and styles are applied via a global CSS file, so after the package installation you should move, (manually or with an automation tool) the ./_assets/css/contactlab-pattern.min.css file in a distributable folder and link to it.

Development

To start a development server on localhost:3000 plus Webpack in watch mode, you can use the command

$ yarn dev

How to use & Documentation

For detailed instruction on how to install and use the Contactlab Pattern Library components check out the documentation website.

NOTE on Yarn

Everything can be run with NPM as well!

Git branching policies

Any feature/bug fixing/refactor must be developed on a feature branch derived from the develop branch and integrate the changes through a pull request to have a code review.

License

Released under the Apache 2.0 license.

About

Basic UI components for ContactLab UX design pattern library

https://ux.contactlab.com

License:Apache License 2.0


Languages

Language:JavaScript 76.2%Language:HTML 12.7%Language:CSS 11.1%