Evo-Forge / Essence

Essence - The Essential Material Design Framework
MIT License
415 stars 47 forks source link

Remove PubSub mixin from all components #43

Closed hetmann closed 8 years ago

hetmann commented 8 years ago

PubSub - EventEmitter should be removed from all components

E.g.: Use the components Button + Dialog, wrap them into a custom component ButtonDialog, use the event onClick from the Button and change the Dialog props.