diff --git a/README.md b/README.md index 66e18e4..ada204a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ ipywidget wrapper for [Ant Design components](https://ant.design/) using [ipyrea https://github.com/widgetti/ipyantd/assets/1765949/419020e8-27ad-4722-9d00-5a5e0dad17f3 +- [(classical) widget demo code](https://github.com/widgetti/ipyantd/blob/master/examples/demo.ipynb) +- [Solara/reacton component demo code](https://github.com/widgetti/ipyantd/blob/master/examples/demo.py) + # Components The following components are wrapped (more will be coming): diff --git a/examples/demo.py b/examples/demo.py index 02cb5cc..4c7662d 100644 --- a/examples/demo.py +++ b/examples/demo.py @@ -1,3 +1,4 @@ +# run as: $ solara run examples/demo.py import ipyantd.components as antd import ipyantd.icons.components as icons