pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

Add a demo page for component list presenter #1462

Closed hernanmd closed 10 months ago

hernanmd commented 10 months ago

This example adds a demo page in the Spec 2 demo window, to demonstrate the use of the Component List presenter. The example shows a list of packages on the left, and selecting a package updates the list on the right with user-defined items (presenters). The example shows how to use the defaultInputPort and defaultOutputPort methods.

Screenshot 2023-10-16 at 14 26 46