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
ember install git+https://github.com/lypborges/ui-components.git#master
ember generate ui-components
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";
- Button
- Select
- Multiple Select
- DatePicker
- DatePicker Range
- Table
- Input
- Form
- Toaster
- Modal
- Menu
- Acceptance Test
- Docs