Replies: 3 comments 1 reply
-
Thanks for your feedback @zouzhe1. Have you seen our recently launched wiki with a list of tutorials: https://github.com/zauberzeug/nicegui/wiki. Of course there could be more. But is it going into the right direction for you? |
Beta Was this translation helpful? Give feedback.
-
What would you suggest for improving the experience?
Would you like to create a pull request for a demo showing how to set the button color?
For UI elements that are based on Quasar components, the NiceGUI documentation links to the relevant Quasar documentation. Sometimes these links are missing. Pull requests for adding missing links are very welcome.
See @rodja's comment: "Have you seen our recently launched wiki with a list of tutorials: https://github.com/zauberzeug/nicegui/wiki?"
Sure, we could certainly improve the experience for Jupyter users. But we should open a separate discussion for this matter.
I would argue that you can very well use NiceGUI without significant frontend knowledge. Of course, if you dive deeper, you quickly get in touch with the underlying frameworks, because they are intentionally accessible throughout NiceGUI. Otherwise we wouldn't have been able to build such a powerful tool is such a short time. But we are always open for suggestions on how to improve the implementation, the APIs and the documentation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am a novice and have not had any experience with web front-end.
I have only studied basic Python.
1,Your website is too simple. Clicking on it in the demo will directly lead to the Github code, and the experience is very poor。
2,The document page provides a very detailed introduction to each component
2.1 For example, for buttons, there is no code example for color in the document, and I have been exploring it myself for a long time
2.2 And then I saw that you said the buttons were learned https://quasar.dev/vue-components/button/#example --Custom colors, for example, I see a gloss label in it, but I don't know how to use it on Nicegui's buttons
2.3 Then, I used Pychar's automatic completion and found that the button had a style (), but I couldn't find any routines and didn't know what to fill in the style ()
3,So, you should launch a tutorial section,Similar to Python tutorials, beginners can figure out how to use nicegui step by step.
4,You mentioned in the feature that it supports jupyter, but I ran the simplest code in jupyterab and reported an error
I searched for the issue record and found that #733 There is a discussion here
But since you mentioned in the feature that you support jupyter, you should not allow users to use special code implementations anymore. You should allow the most ordinary code to run.
5,The current information on your website can only be used by people with front-end development experience. The name I gave you is different from your original intention.
Beta Was this translation helpful? Give feedback.
All reactions