File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,11 @@ While it's possible to implement a whole-sale replacement for IDOM's built-in cl
113
113
adhering to IDOM's :ref: `API <Package API >` and :ref: `Specifications `, the easiest way
114
114
to implement a custom client is to create an object that adheres to the
115
115
:class: `~idom.client.protocol.ClientImplementation ` protocol and update the ``current ``
116
- value of the :attr: `~idom.client.protocol.client_implementation ` ref.
116
+ value of the :attr: `~idom.client.protocol.client_implementation ` ref. An example of
117
+ such an implementation can be seen in
118
+ `IDOM's Jupyter Widgets <https://github.com/idom-team/idom-jupyter >`__.
119
+
120
+ The following describes the client implementation interface:
117
121
118
122
.. autoclass :: idom.client.protocol.ClientImplementation
119
123
:noindex:
You can’t perform that action at this time.
0 commit comments