- Notifications
You must be signed in to change notification settings - Fork14
Ember Components that use the Ionic project's CSS
License
NotificationsYou must be signed in to change notification settings
ebryn/ember-ionic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ember Components that use the Ionic project's CSS.
ember install ember-ionic
Seedemo app source for example usage.
- ion-header
- kind (string: "light", "stable", "positive", etc.)
- ion-footer
- kind (string: "light", "stable", "positive", etc.)
- ion-content
- header (boolean)
- footer (boolean)
- ion-list
- inset (boolean)
- ion-item orion-list-item
- toggle (boolean)
- checkbox (boolean)
- radio (boolean)
- select (boolean)
- input (boolean)
- divider (boolean)
- icon-left (boolean)
- icon-right (boolean)
- button-left (boolean)
- button-right (boolean)
- avatar (boolean)
- thumbnail-left (boolean)
- thumbnail-right (boolean)
- ion-button
- kind (string: "light", "stable", "positive", etc.)
- block (boolean)
- full (boolean)
- small (boolean)
- large (boolean)
- outline (boolean)
- clear (boolean)
- ion-button-bar
- ion-toggle
- checked (boolean)
- ion-checkbox
- checked (boolean)
- ion-icon
{{ion-icon "star"}}
Don't see something you need? Please help out by submitting a PR!