lypborges / ui-components

Docs

Home Page:https://ui-component.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docs

https://ui-component.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 61.6%Language:HTML 36.4%Language:CSS 1.9%