Addons

ember-paper does not include every component mentioned in the material design specifications.

Addons give the ability to optionally include components which are not required in the majority of usecases.

Note that addons are maintained by third-party developers and may not necessarily be kept up to date.

Ember paper addons

Material design components

ember-paper-stepper

Provides an implementation of material steppers.

ember-paper-selection-dialog

Provides dialogs for selections. Think of it as a select component, but using dialogs.

ember-paper-swiper

Implements material design's onboarding Top user benefits .

paper-data-table

Provides an implementation of material data tables.

ember-paper-pikaday

Ember Pikaday wrapped as a Paper Item

ember-paper-time-picker

Time Picker attached to an input field that allows both keyboard and mouse entry

ember-paper-flatpickr

Flatpickr attached to a paper-input, it supports form validation and all the flatpickr.js.org options. it wraps ember-flatpickr

ember-paper-password

Simple paper input field with type password with an eye icon on the right that when clicked toggles between showing the password and not

ember-paper-input-mask

Simple paper input field that wraps around Ember Inputmask Look to Input mask to see possible options along with Paper Input options

Components adding additional functionality

ember-paper-dual-slider

A slider component which supports to and from values.

ember-paper-link

A link-to component with paper-button styling that handles active route state and query params.

ember-paper-mobile-autocomplete

A component to enhance autocomplete experience in mobile, local filtering or remote, mimics a radio or checkbox, with UX close to Google Calendar mobile "invite people" to event dialog.

ember-paper-modals-manager

Modals-manager with predefined modals like `alert`, `prompt`, `confirm` etc. Any modal window can be created using `paper-dialog` and processed in the page with `modals-manager`-service.

Contributing an addon

If you have an ember-paper specific component, service etc that you think would be usable by others, please feel free to create an ember addon, publish to npm then submit a pull request on GitHub for it to be included here.