UNPKG

@jupyter-notebook/web-components

Version:

A component library for building extensions in Jupyter frontends.

13 lines (12 loc) 500 B
// Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. import { allComponents } from './custom-elements'; import { provideJupyterDesignSystem } from './jupyter-design-system'; export * from './index'; /** * The global Jupyter Design System. * @remarks * Only available if the components are added through a script tag * rather than a module/build system. */ export const JupyterDesignSystem = provideJupyterDesignSystem().register(allComponents);