Daniel Letscher
Daniel Letscher
Add support for the `transition` prop which automatically adds a transition when a Popup is opened/closed as in SUI: https://semantic-ui.com/modules/popup.html#transitions
When using types in the built-in `typing` module, if a type supports additional parameters and those parameters are not used, errors result when using Python 3.9 Code: ```python from dataclasses...
Adds the `MultiBindClassProvider` which provides instances of classes from a list of class types when using the `multibind` API. Resolves #45