12345678 |
- The `@jupyterlab/ui-components <https://jupyterlab.readthedocs.io/en/stable/api/modules/ui_components.html>`__
- package provides UI elements that are widely used in JupyterLab core,
- and that can be reused in your own extensions.
- For example, all of the icons in JupyterLab core can be reused via
- ``LabIcon``. You can also use ``LabIcon`` to create your own custom
- icons that will be able to automatically change color to match the
- current JupyterLab theme.
|