Docs

Everything You Need to Know

Widgets

Intro

ChocolateChip-UI is not just a DOM library or an MVC framework. It also provides a number of widgets to enable you to quickly build interactive interfaces. These are built to follow typical widget patterns across device platforms. By using the theme for Android or iOS, you widgets will have the appropriate look and feel for that platform. Just initialize your widgets according to your needs. ChocolateChip-UI will make sure it looks and behaves appropriately for the target platform.

ChocolateChip-UI widgets can be very simple or quite complex. Some can bind directly to a model so that the user's choice is persisted to the model automatically. The editable list widget can store its state in ChocolateChip-UI's Box.

Please take a look at the widgets in the menu on the right to see what is available.