docs
docs copied to clipboard
Official documentation for Vaadin and Hilla.
We should have an article explaining how the automatic main menu works. The aspects to mention: - How the menu entries are collected: - In Flow, using the `@Menu` annotation,...
Adds an example how to fire and listen for a custom event of a wrapped React component.
If the function is not capitalized, changes to the view are not immediately applied in the browser.
The PR reorganizes the Upload component article so that all information on handling uploaded files in Flow, Lit and React is located under a separate tab "File Handling". Here is...
The PR moves the Date Picker date format sections to a separate tab and adds a brief introduction to this tab. Fixes #3388
- Add a new page-level tab "Date Formats" to the DatePicker page. - Move the contents of the Date Format section there. - Write a brief intro section that summarizes...
Fixes https://github.com/vaadin/docs/issues/2864
Fixes #3278 Added a page with Lit examples (basically a copy-paste of #3397).