triceam / app-UI

app-UI is a collection of user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.
http://triceam.github.com/app-UI/
Other
1.27k stars 239 forks source link

Refactor Navigator creation/constructors #11

Open triceam opened 12 years ago

triceam commented 12 years ago

currently has multiple parameters... should make it so it takes one parameter - an object that can have attributes. The param attributes would be used to overwrite default parameters. This will be more scalable in the long term.