mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Merge branch 'poc_ui_blocks' of github.com:pyscript/pyscript into poc_ui_blocks
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from pyscript import when
|
from pyscript import when, window
|
||||||
from pyweb import pydom
|
from pyweb import pydom
|
||||||
from pyweb.ui.elements import (
|
from pyweb.ui.elements import (
|
||||||
a,
|
a,
|
||||||
|
|||||||
@@ -3,13 +3,12 @@ from textwrap import dedent
|
|||||||
|
|
||||||
import styles
|
import styles
|
||||||
import tictactoe
|
import tictactoe
|
||||||
|
from pyscript import when, window
|
||||||
from pyweb import pydom
|
from pyweb import pydom
|
||||||
from pyweb.ui import elements as el
|
from pyweb.ui import elements as el
|
||||||
from pyweb.ui import shoelace
|
from pyweb.ui import shoelace
|
||||||
from pyweb.ui.markdown import markdown
|
from pyweb.ui.markdown import markdown
|
||||||
|
|
||||||
from pyscript import when, window
|
|
||||||
|
|
||||||
MAIN_PAGE_MARKDOWN = dedent(
|
MAIN_PAGE_MARKDOWN = dedent(
|
||||||
"""
|
"""
|
||||||
This gallery is a collection of demos using the PyWeb.UI library. There are meant
|
This gallery is a collection of demos using the PyWeb.UI library. There are meant
|
||||||
|
|||||||
Reference in New Issue
Block a user