Skip to content

Commit

Permalink
docs: add links to code in main README
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Mar 21, 2024
1 parent b8841ed commit 41b3479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
1 change: 1 addition & 0 deletions examples/demo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# run as: $ solara run examples/demo.py
import ipyantd.components as antd
import ipyantd.icons.components as icons

Expand Down

0 comments on commit 41b3479

Please sign in to comment.