@envoy/ember-ui-kit

Envoy's Ember ui-kit component library.

Usage no npm install needed!

<script type="module">
  import envoyEmberUiKit from 'https://cdn.skypack.dev/@envoy/ember-ui-kit';
</script>

README

@envoy/ember-ui-kit

CircleCI

Envoy UI components and Living Style Guide

Compatibility

  • Ember.js v3.12 or above
  • Ember CLI v2.13 or above
  • Node.js v12 or above

Installation

ember install @envoy/ember-ui-kit

Starting the Storybook style guide

git clone git@github.com:envoy/ember-ui-kit.git
cd ember-ui-kit
yarn install

Before starting Storybook, we need to start the Ember dummy app to create some storybook dependencies:

ember s

and in a separate terminal window:

yarn run storybook

This will automatically open the Storybook app in a new tab at http://localhost:6006

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.