Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

A live documentation system for Ember component addons

License

Notifications You must be signed in to change notification settings

ciena-blueplanet/ember-dewey-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ember-dewey-docs

A live documentation system for Ember component addons

##Block-slots

###Demo-pane

###code-pane

###controls-pane

property-control

Control types

  • 'checkbox' - For properties represented as boolean. For e.g. disabled/enabled state
  • 'multi-select' - For event handlers. For e.g. onClick
  • 'text' - For labels and text input values. For e.g. placeholder text
  • 'button-group' - For single choice component properties. For e.g. size