docs(label): add usage examples and update readme

This commit is contained in:
Brandy Carney
2018-07-09 18:24:26 -04:00
parent 78b0bd6ffb
commit 3e285c50ac
4 changed files with 108 additions and 33 deletions

View File

@ -1,12 +1,4 @@
import {
Component,
Element,
Event,
EventEmitter,
Method,
Prop,
Watch
} from '@stencil/core';
import { Component, Element, Event, EventEmitter, Method, Prop, Watch } from '@stencil/core';
import { Color, Mode, StyleEvent } from '../../interface';
import { createColorClasses } from '../../utils/theme';