We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1fe8b commit 176525dCopy full SHA for 176525d
examples/inputs.py
@@ -17,7 +17,6 @@ def feedback(text):
17
.css("text-align", "left")
18
logger.info(text)
19
20
- @ltk.callback
21
def choose_theme(index, option):
22
theme = option.text()
23
ltk.inject_css(f"https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/{theme}/jquery-ui.css")
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "pyscript-ltk"
9
-version = "0.1.41"
+version = "0.1.43"
10
description = "A little toolkit for writing UIs in PyScript"
11
readme = "README.md"
12
authors = [{ name = "Chris Laffra", email = "[email protected]" }]
0 commit comments