Closed andresfelipe66 closed 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
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
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.
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