OpenUI5’s Controls
I have created a few controls (and blog about them) in the week. They are
- Growl for notification ([JS, CSS, Blog)
- Circular Range Gauge ([JS, CSS, Blog])
- Badge ([JS, CSS, Blog])
- Circular Icons Group ([JS, CSS, Blog])
This is a really good learning experience. Creating controls require us to understand Javascript, CSS and OpenUI5 framework well. And, I believe that control is the heart of OpenUI5’s application. Once developer has a set of good controls, application development becomes simplier.
Without a MVC model, I just bundle the above controls in HERE and got them to work together. In the process, I also found bugs in the code that I blogged, here and here.
This is really fun week with OpenUI5.
-D
These controls really look awesome. I think there is space of improvement for CSS of Circular Icons Group.
I totally agree. Let me know if you are interested to improve the controls. They are all in github, you can welcome to fork it.
many thanks
-D