DemoHelperView
Create visual appealing demos for your addons quickly
A collection of UI Components to allow you to create visual appealing single page demos quickly.
- compatible with Lumo
- fluent api
Notice
Using the required Constructor for the withContributorNotice() / withThanks() methods will make calls against the Github API. The results will be cached so the calls will only be done on first page visit.
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
- updated dependencies
- Released
- 2020-09-15
- Maturity
- BETA
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 14+
- Vaadin 13+ in 3.0.2
- Vaadin 12+ in 2.0.8
- Vaadin 8.0+ in 0.8.2
- Browser
- Firefox
- Opera
- Safari
- Google Chrome
- iOS Browser
- Android Browser
- Windows Phone
- Microsoft Edge
DemoHelperView - Vaadin Add-on Directory
Create visual appealing demos for your addons quicklyIssues
Github
DemoHelperView version 0.8.2
- improved margins
DemoHelperView version 2.0.0-RC4
DemoHelperView version 2.0.4
- improved Browser Component, back and foreword button now work as expected
- renamed CodeExampleFormatter to JavaCodeReader
- renamed DependencyReader to MavenDependencyReader
- added possibility to pass a MavenDependencyReader directly to CodeExample
DemoHelperView version 2.0.5
- fixed behaviour issue of the browser component that caused wrong urls to be shown in the bar
DemoHelperView version 2.0.8
- fixes #9 UnsupportedOperationException with a single Textcomponent inside DeviceView. | thanks for reporting @watho
DemoHelperView version 3.0.2
- requires Java 11 (due to the HttpClient)
- new method withContributorNotice() to list the contributors of the (Github-) project
- new method withDependencyNotice() to list (Github-)project dependencies
DemoHelperView version 4.0.0.beta1
- initial release for Vaadin 14
## Note
Currently `flow-server-compatibility-mode` is not supported!
DemoHelperView version 4.0.0.beta2
- added new devices
- added new method to add code examples inline (without StepView)
## Note
Currently `flow-server-compatibility-mode` is not supported!
DemoHelperView version 4.0.0.beta3
- updated dependencies
## Note
Currently `flow-server-compatibility-mode` is not supported!
DemoHelperView version 4.0.0.beta4
- updated dependencies