intro.rst 446 B

12345678
  1. The `@jupyterlab/ui-components <http://jupyterlab.github.io/jupyterlab/ui-components/index.html>`__
  2. package provides UI elements that are widely used in JupyterLab core,
  3. and that can be reused in your own extensions.
  4. For example, all of the icons in JupyterLab core can be reused via
  5. ``LabIcon``. You can also use ``LabIcon`` to create your own custom
  6. icons that will be able to automatically change color to match the
  7. current JupyterLab theme.