Multiple suite of components for nicegui #3818
Replies: 6 comments 7 replies
-
Great work, very promising in my opinion! It would be even more awesome if you could write an article or something like that on how a custom suite of components could be integrated into NiceGUI. The examples already have https://github.com/zauberzeug/nicegui/tree/main/examples/custom_vue_component, but an extended explanation would be useful, I think. |
Beta Was this translation helpful? Give feedback.
-
“De gustibus non est disputandem” -- but I think Quasar really is horribly ugly. So @alegue87 I think this is a very interesting example. Do you have any ideas on making such non-Quasar component sets importable? I'm itching particularly to make Primevue available, but I don't want to maintain an entire NiceGUI fork to embed it in. If not I'm going to dig in a bit myself. BTW, one tip for your readme: do an editable install of the "multi_ui" Nicegui repo, after creating the env: This would replace the symlink, which didn't really work for me. |
Beta Was this translation helpful? Give feedback.
-
I am trying to rekindle the discussion with a proper assessment of what UI framework to use (if it fits) at feature request #4858. Tell me what you think! |
Beta Was this translation helpful? Give feedback.
-
for me it's a tossup between Vuestic and PrimeVue ... |
Beta Was this translation helpful? Give feedback.
-
Just a note: since 2.21.0 NiceGUI has an easy way to add other Vue UI Frameworks: https://nicegui.io/documentation/section_styling_appearance#using_other_vue_ui_frameworks |
Beta Was this translation helpful? Give feedback.
-
I've seen that in the docs... but the statement 'This is an experimental feature. Many NiceGUI elements are likely to break, and the API is subject to change.' was rather ominous lol. Also, I was not able to find any examples for something more complex than a button... ... maybe it's just my use-case but i rely extensively on tailwind CSS to achieve desired functionality, which may or may not port to another UI Framework. I was assuming that the poster's efforts would result in an abstraction layer of some sort... ideally one should not have to rewrite the UI code to switch frameworks... although that would not be a trivial change to the programming-model. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i have started a little project for integration some other suite of componets like Naive, Vuetify and PrimeVue.
https://vimeo.com/1014704643?share=copy
this is the code: https://github.com/alegue87/nicegui
what do you think about this?
Beta Was this translation helpful? Give feedback.
All reactions