fastmail / overture

Overture is a powerful JS library for building really slick web applications, with performance at, or surpassing, native apps.
MIT License
726 stars 25 forks source link

How to/Who will add more views? #12

Closed masaoliou closed 9 years ago

masaoliou commented 9 years ago

Does this library expect users to create more views like tabs/pages, date picker, and datetime picker (supporting Gregorian, Islam, and Jalali calendars), tree, etc., or developers will do it?

raphonic commented 9 years ago

Overture is similar to angular,ember etc. The users are expected to create (or integrate) the various UI libraries that they may need. There are two routes you could go with

  1. Create own views that are based on Overture's views 2.Write wrappers to external libraries like Jquery UI (which would be to call the rendering code of the individual components after your view is loaded).