File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ def next_image(event):
1010
1111 return idom .html .img (
1212 {
13- "src" : f"https://picsum.photos/400/200?image= { index } " ,
13+ "src" : f"https://picsum.photos/id/ { index } /800/300 " ,
1414 "style" : {"cursor" : "pointer" },
15- "height" : "300px" ,
1615 "onClick" : next_image ,
1716 }
1817 )
Original file line number Diff line number Diff line change 11IDOM
22====
33
4- Libraries for defining and controlling interactive webpages with Python
5- 3.7 and above.
6-
74.. toctree ::
85 :hidden:
96
@@ -41,6 +38,8 @@ Libraries for defining and controlling interactive webpages with Python
4138 Community <https://github.com/idom-team/idom/discussions >
4239 Issues <https://github.com/idom-team/idom/issues >
4340
41+ A package for building highly interactive user interfaces in pure Python inspred by
42+ `ReactJS <https://reactjs.org/ >`__.
4443
4544At a Glance
4645-----------
Original file line number Diff line number Diff line change 11sphinx ==3.5.4
22sphinx-autodoc-typehints ==1.7.0
33furo ==2020.10.13b12
4- sphinx-panels ==0.5 .0
4+ sphinx-panels ==0.6 .0
55setuptools_scm
66sphinx-copybutton ==0.3.0
77sphinx-autobuild ==2020.9.1
You can’t perform that action at this time.
0 commit comments