/canopy-styleguide

Canopy Style Guide

Primary LanguageJavaScript

Canopy Styleguide

The Canopy Styleguide is a css and javascript library that provides leaf-node ui components for web applications. It exposes global css classes and custom elements.

Sauce Test Status

Usage

The styleguide is imported as a sofe service.

SystemJS.import('canopy-styleguide!sofe');

Documentation

Global css classes are documented in a web application that can be viewed by running npm run website. The custom elements are documented in the custom-elements directory.

Fonts

Getting the fonts to install/work can be a chore. Here's a basic guide

  • Install all the dependencies
    • If you run into issues on brew install fontforge --with-python, then try this
    • If you run into issues on gem install fontcustom, then try this
  • yarn build-icons or npm run build-icons