Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.45 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.45 KB

Quickstart

Greenkeeper badge Build Status

This addon is a wrapper from other addons that have solved some complex UI components that almost all application needs. You can see the list in the todo section. So to keep consistence over any other application we have created this addon to expose and include the most common used components

1 - Installation

ember install git+https://github.com/lypborges/ui-components.git#master
ember generate ui-components

2 - Usage

After install you need to add some imports into you app.scss:

@import 'ember-power-select/themes/bootstrap';
@import "ember-power-select";
@import "ember-cli-bootstrap-4/bootstrap";

3 - TODO

  • Button
  • Select
  • Multiple Select
  • DatePicker
  • DatePicker Range
  • Table
  • Input
  • Form
  • Toaster
  • Modal
  • Menu
  • Acceptance Test
  • Docs