UIMessage Class
UIMessage component for Semantic UI.
Need refactoring.
Questions:
- Need in ui-message-content.hbs?
Sample usage:
Item Index
Methods
Methods
_didVisibilityChange
()
private
Observes 'visible' property. Sends actions 'onShow' & 'onHide'.
Properties
_cssClass
Unknown
private
Resulting list of CSS classes.
attached
Boolean
A message can be formatted to attach itself to other content.
More info at Semantic UI Doc.
Default: false
closeable
Boolean
A message that the user can choose to hide.
More info at Semantic UI Doc.
Default: false
color
String
A message can be formatted to be different colors. Possible variants:
- red
- orange
- yellow
- olive
- green
- teal
- blue
- violet
- purple
- pink
- brown
- black
More info at Semantic UI Doc.
Default: null
compact
Boolean
A message can only take up the width of its content.
More info at Semantic UI Doc.
Default: false
floating
Boolean
A message can float above content that it is related to content.
More info at Semantic UI Doc.
Default: false
size
String
A message can have different sizes. Possible variants:
- small
- large
- huge
- massive
More info at Semantic UI Doc.
Default: null
visible
Boolean
A message can be set to visible to force itself to be shown.
More info at Semantic UI Doc.
Default: true