How should I do my customization UIs Layout?

hello,
everybody, we want to use the layout of our own design,now. but we do not know how to start custom UI layout ? have anybody konw something?please give me some help,thanks!

There are a number of different options. To get started, I would recommend using the internal sitemaps - http://docs.openhab.org/configuration/sitemaps.html with the BasicUI

From there you can go the HABPanel approach if you want more customization - http://docs.openhab.org/addons/uis/habpanel/readme.html

hello ,thanks very much for your help!There is another problem here,we want to implement a custom UI controls, and implement a custom layout.Is there any solution here?

HABPanel enables 5he most customization. I’d suggest spending some time reading through that section of the forums. The whole system has a REST API so you could write your own user interface as an app if you wanted to go down that path as well.

thanks !