Rev.pullInto(this) 'Emptyable', 'Panel' Rev.registerExample 'Lists', nonEmptyList: ['There are children in this Emptyable.', 'The empty state will not be displayed.'] emptyList: [] render: ->

{""}

This is the empty state. It will not be displayed.

}> {@nonEmptyList.map (x) ->
  • {x}
  • }
    This is the empty state. It is displayed because the Emptyable has no children. }> {@emptyList.map (x) ->
  • {x}
  • }