peerlibrary / meteor-blaze-components

Reusable components for Blaze
http://components.meteorapp.com/
BSD 3-Clause "New" or "Revised" License
354 stars 26 forks source link

Create a package with various mixins and base classes #86

Closed mitar closed 8 years ago

mitar commented 9 years ago

So in tickets here we have quite some interesting mixins which should probably be collected into a package and documented. This package could also be then available to others to easily add their stuff. So something like "contrib" package or something.

What mixins or base classes or base class features would you like to see?

mitar commented 9 years ago

Also, it would be useful to document that one should create always their own base class and extend that one for components. So it is easy then to add global methods and other common stuff there.

mitar commented 8 years ago

I made https://github.com/peerlibrary/meteor-blaze-common-component.

mitar commented 8 years ago

Documentation published: https://peerlibrary.github.io/meteor-blaze-common-component/