|
@@ -126,7 +126,7 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"title": "Example: SQLite Database",
|
|
"title": "Example: SQLite Database",
|
|
- "content": "CRUD operations on a SQLite database",
|
|
|
|
|
|
+ "content": "CRUD operations on a SQLite database with async-support through Tortoise ORM",
|
|
"url": "https://github.com/zauberzeug/nicegui/tree/main/examples/sqlite_database/main.py"
|
|
"url": "https://github.com/zauberzeug/nicegui/tree/main/examples/sqlite_database/main.py"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -321,7 +321,7 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"title": "Icon",
|
|
"title": "Icon",
|
|
- "content": "This element is based on Quasar's QIcon <https://quasar.dev/vue-components/icon>_ component. Here <https://material.io/icons/>_ is a reference of possible names. :param name: name of the icon :param size: size in CSS units, including unit name or standard size name (xs|sm|md|lg|xl), examples: 16px, 2rem :param color: icon color (either a Quasar, Tailwind, or CSS color or None, default: None)",
|
|
|
|
|
|
+ "content": "This element is based on Quasar's QIcon <https://quasar.dev/vue-components/icon>_ component. Here <https://fonts.google.com/icons>_ is a reference of possible names. :param name: name of the icon :param size: size in CSS units, including unit name or standard size name (xs|sm|md|lg|xl), examples: 16px, 2rem :param color: icon color (either a Quasar, Tailwind, or CSS color or None, default: None)",
|
|
"url": "/documentation/icon"
|
|
"url": "/documentation/icon"
|
|
},
|
|
},
|
|
{
|
|
{
|