SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.57k stars 270 forks source link

Layout and Responsive with ui5 Components #691

Closed andresfelipe66 closed 5 years ago

andresfelipe66 commented 5 years ago

Describe the documentation issue

Description of the issue

I'm exploring Fiori fundamentals, in the Page you could find information about Layout and page organization here: https://sap.github.io/fundamental/foundation/grid.html

What do you recomend for Layout with this ui5 Components?

Thank you

fifoosid commented 5 years ago

Hello @andresfelipe66

UI5 Web Components provide building blocks as button, input, messagestrip, list and many others. In the near future we don't plan to provide layouts, but for layout of UI5 Web Components in application can be used CSS.

Best regards, Filip

andresfelipe66 commented 5 years ago

Hi @fifoosid

Thanks for the answer... I'l use bootstrap (https://getbootstrap.com/docs/4.3/layout/grid/)

Do you think that is the correct option or what do you recommend ?

Thanks

ilhan007 commented 5 years ago

Hello @andresfelipe66 , it's up to you. You can use pure CSS to do the layout, you can use a library (such as bootstrap) to do it. There is no right or wrong answer. The ui5 web components are custom HTML elements, you can treat them as divs, spans, etc.