|
@@ -270,6 +270,7 @@ async def index_page(client: Client):
|
|
|
example_link('Table and slots', 'shows how to use component slots in a table')
|
|
|
example_link('Single Page App', 'navigate without reloading the page')
|
|
|
example_link('Chat App', 'a simple chat app')
|
|
|
+ example_link('SQLite Database', 'CRUD operations on a SQLite database')
|
|
|
|
|
|
with ui.row().classes('bg-primary w-full min-h-screen mt-16'):
|
|
|
link_target('why')
|