|
@@ -36,7 +36,8 @@ examples: List[Example] = [
|
|
|
Example('NGINX Subpath', 'shows the setup to serve an app behind a reverse proxy subpath'),
|
|
|
Example('Script Executor', 'executes scripts on selection and displays the output'),
|
|
|
Example('Local File Picker', 'demonstrates a dialog for selecting files locally on the server'),
|
|
|
- Example('Search as you type', 'using public API of thecocktaildb.com to search for cocktails'),
|
|
|
+ Example('Search as you type',
|
|
|
+ 'using public API of [thecocktaildb.com](https://www.thecocktaildb.com/) to search for cocktails'),
|
|
|
Example('Menu and Tabs', 'uses Quasar to create foldable menu and tabs inside a header bar'),
|
|
|
Example('Todo list', 'shows a simple todo list with checkboxes and text input'),
|
|
|
Example('Trello Cards', 'shows Trello-like cards that can be dragged and dropped into columns'),
|
|
@@ -57,7 +58,7 @@ examples: List[Example] = [
|
|
|
Example('Descope Auth', 'login form and user profile using [Descope](https://descope.com)'),
|
|
|
Example('Editable table', 'editable table allowing to add, edit, delete rows'),
|
|
|
Example('Editable AG Grid', 'editable AG Grid allowing to add, edit, delete rows'),
|
|
|
- Example('FullCalendar',
|
|
|
- 'An interactive calendar display using the [FullCalendar library](https://fullcalendar.io/)'),
|
|
|
+ Example('FullCalendar', 'show an interactive calendar using the [FullCalendar library](https://fullcalendar.io/)'),
|
|
|
Example('Pytest', 'test a NiceGUI app with pytest'),
|
|
|
+ Example('Pyserial', 'communicate with a serial device'),
|
|
|
]
|