Front-end topics

Hello, im quite new in jmix. love the workflow in this.

But the question is how i customize my own front-end? do you do in vaadin(java) or xml/css which one better? cause currently i really one a custom look and everything.

Hello,

stay a while with Jmix and you will love it :slight_smile:
To modify the appearance of your UI, you can modify or even write your own themes
https://docs.jmix.io/jmix/flow-ui/themes/themes.html

If you meant modifying behavior or features of the UI, you can make views that override or extend the existing platform Views, or make your own
https://docs.jmix.io/jmix/modularity/extension.html

Kind regards,
Mladen

alright sure thankss,

but i have another question, how do remove the main navigation bar or in other words how do i setup the first login page have a landing page currently i can but i dont know why it have side and top navigation bar
asdasdsa

why it have a side and top navigation bar
Jmix is a high-end framework on top of Spring Boot, and among various things, it makes things for you so you do not have to - a main page with a side menu, that has administrative views already there is what covers the majority of use cases for business applications

how do remove the main navigation bar
You can customize the Main view however you see fit for your purposes
image

I also recommend going through this free Udemy course
https://www.udemy.com/course/rapid-application-development-with-jmix/

and here are a few other resources
https://demo.jmix.io/ui-samples/

https://ai-assistant.jmix.io/
https://www.youtube.com/@JmixPlatform

Kind regards,
Mladen

2 Likes