-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is an official documentation? #12
Comments
The README contains everything that there is to know about this Project. There's even an example setting a style on a |
Yes, indeed, the README is very helpful and it shows everything the project currently supports, but it lacks code examples. |
The current example is minimalistic in nature as its purpose is to show
Everything in that snippet is regular JavaFX code BootstrapFX is just CSS at the moment (well except for a custom Pane class shown in the demo), there’s no additional API. What more examples would be needed? |
I was hoping there was at least one code example per graphical component (that is, one for buttons, split-buttons, label, alerts, etc) but then again, it is only a suggestion, the code example shown in the README is perfectly understandable. |
Perhaps if every usage as you suggest were to be accompanied by a screenshot. However the snippets of code would quickly be repetitive. |
I agree, but it would be very helpful. |
Although I know the basics of bootstrap for web development, is hard to know how to properly add classes to a jfx element. It would be a lot easier if there was a documentation page.
The text was updated successfully, but these errors were encountered: