BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Registries/nteract

nteract

nteract.io
Unverifiedrepo only

the basic elements for composing notebook experiences

Items

35

2026-08-03Every entry in its own registry.json, counted last night.

Free to install

0

2026-08-03Item endpoints that returned source without credentials.

Behind a key

0

2026-08-03Item endpoints that answered 401.

Last push

5 months ago

6 stars. Both figures are GitHub's about this repository, not ones this index measured.
nteract.io nteract/elements registry.json This registry as JSON

Components

Search within
Freeits item endpoint answered without a keyPaidits item endpoint answered 401Unverifiedit serves no item endpoint we could ask
30 in this registry
ComponentWhat the registry says it isKindAccessInstallsCommand
All nteract ComponentsallInstall all Jupyter frontend components: outputs, cell primitives, widgets, editor, icons, and UI components.ComponentsUnverifiedno deps
ANSI Outputansi-outputComponents for rendering ANSI escape sequences as colored text in notebook outputs. Includes AnsiOutput, AnsiStreamOutput, and AnsiErrorOutput variants.ComponentsUnverified2 deps
CellBetweenercell-betweenerSpacer component that maintains gutter ribbon continuity between cells. Creates an unbroken 'paper edge' effect down the left side of the notebook.ComponentsUnverifiedno deps
CellContainercell-containerA focus and selection wrapper for notebook cells with gutter ribbon system. Color-coded ribbons indicate cell type, with action area for play button and execution count.ComponentsUnverifiedno deps · 2 files
CellControlscell-controlsCell action menu with source visibility toggle, move controls, and dropdown menu for delete and clear operations.ComponentsUnverified1 dep
CellHeadercell-headerSlot-based header layout for notebook cells with left/right content areas and optional drag support.ComponentsUnverifiedno deps
CellTypeButtoncell-type-buttonStyled buttons for different notebook cell types with color coding. Includes CodeCellButton, MarkdownCellButton, SqlCellButton, and AiCellButton convenience components.ComponentsUnverified1 dep
CellTypeSelectorcell-type-selectorA dropdown selector for changing cell types in notebook interfaces. Supports filtering available types and displays the current type with color-coded styling.ComponentsUnverified1 dep
CodeMirror Editorcodemirror-editorA CodeMirror 6 editor component for notebook cells with syntax highlighting, key bindings, and language support for Python, IPython (with magics and shell commands), Markdown, SQL, HTML, JavaScript, TypeScript, and JSON.ComponentsUnverified14 deps · 7 files
CollaboratorAvatarscollaborator-avatarsDisplay avatars of users collaborating on a notebook with overflow handling.ComponentsUnverifiedno deps
ExecutionCountexecution-countDisplays the classic Jupyter execution count indicator with bracket notation. Shows [ ]: for never executed, [*]: for executing, and [n]: for executed cells.ComponentsUnverifiedno deps
ExecutionStatusexecution-statusA badge component that displays the execution state of a notebook cell. Shows queued, running, or error states.ComponentsUnverifiedno deps
Global Find Barglobal-find-barFloating search bar for notebook-wide find functionality. Supports keyboard navigation (Enter/Shift+Enter for next/prev, Escape to close). Works with search-highlight CodeMirror extension for in-cell highlighting.ComponentsUnverified1 dep
HTML Outputhtml-outputComponent for rendering HTML content in notebook outputs. Handles pandas DataFrames, rich HTML displays, and interactive visualizations. Requires iframe isolation for security.ComponentsUnverifiedno deps
Image Outputimage-outputComponent for rendering images in notebook outputs. Handles base64-encoded image data from Jupyter kernels as well as regular URLs. Supports PNG, JPEG, GIF, and WebP.ComponentsUnverifiedno deps
ipycanvas WidgetipycanvasCanvas widget for ipycanvas. Renders an HTML canvas and processes drawing commands sent from Python via the ipycanvas binary protocol. Supports shapes, paths, text, transforms, batch operations, and mouse/keyboard events.ComponentsUnverifiedno deps · 3 files
Isolated Frameisolated-frameSecure iframe component for rendering untrusted output content. Uses blob URLs with sandbox restrictions to isolate JavaScript execution. Includes message bridge for parent-child communication and widget comm protocol support.ComponentsUnverifiedno deps · 7 files
Isolated Rendererisolated-rendererComplete isolated iframe renderer bundle for Jupyter outputs and widgets. Runs inside a sandboxed iframe with its own React app, receiving render commands via postMessage. Includes widget bridge client for two-way comm protocol support. This is a standalone entry point that can be built separately (includes vite.config.ts).ComponentsUnverifiedno deps · 5 files
JSON Outputjson-outputComponent for rendering JSON data in an interactive, expandable tree view. Useful for inspecting complex data structures and API responses.ComponentsUnverified1 dep
Markdown Outputmarkdown-outputComponent for rendering Markdown content in notebook outputs. Supports GitHub Flavored Markdown (GFM) with tables, task lists, and syntax-highlighted code blocks.ComponentsUnverified8 deps · 2 files
Media Providermedia-providerReact context provider for shared media rendering configuration. Provides renderers and priority settings to all nested MediaRouter instances.ComponentsUnverifiedno deps
Media Routermedia-routerMIME type-based output dispatcher that automatically selects the best renderer for Jupyter outputs. Supports custom renderers and priority ordering for platform-specific MIME types.ComponentsUnverifiedno deps
OutputAreaoutput-areaWrapper component for rendering multiple Jupyter outputs with collapsible state and scroll behavior.ComponentsUnverified1 dep
PlayButtonplay-buttonCell execution control button that shows Play, Stop, or Loading states based on execution state. Used in notebook cell toolbars.ComponentsUnverified1 dep
PresenceBookmarkspresence-bookmarksShows stacked user avatars indicating who is present on a cell. Displays a HoverCard with user details and a +N overflow indicator when users exceed the limit.ComponentsUnverifiedno deps
RuntimeHealthIndicatorruntime-health-indicatorA visual indicator for kernel connection status. Shows idle, busy, connecting, or disconnected states with color-coded dots. Can display kernel name and optionally function as a button.ComponentsUnverified1 dep
Runtime Iconsruntime-iconsSVG icons for runtime environments and package managers. Includes DenoIcon, PythonIcon, UvIcon, CondaIcon, and PixiIcon for notebook and onboarding UIs.ComponentsUnverifiedno deps
Selection Cardselection-cardA stylized selection card component for wizard and onboarding UIs. Includes SelectionCard with icon, title, description, and color-coded selection state, plus PageDots for step navigation and BRAND_COLORS preset for common tools.ComponentsUnverified1 dep
SVG Outputsvg-outputComponent for rendering SVG graphics in notebook outputs. Handles matplotlib figures, diagrams, and other vector graphics with proper scaling.ComponentsUnverifiedno deps
Widget Controlswidget-controlsBuilt-in shadcn-backed widget components for standard ipywidgets including controls (IntSlider, FloatSlider, IntRangeSlider, FloatRangeSlider, IntProgress, Button, Checkbox, Text, Textarea, HTML, ColorPicker, Dropdown, RadioButtons, ToggleButton, ToggleButtons, SelectMultiple) and layout containers (VBox, HBox, Box, GridBox, Accordion, Tab).ComponentsUnverifiedno deps · 58 files

Utilities

Search within
5 in this registry
ComponentWhat the registry says it isKindAccessInstallsCommand
AnyWidget Viewanywidget-viewReact component for rendering anywidget ESM modules with the AFM (AnyWidget Frontend Module) interface. Handles dynamic ESM loading, CSS injection, and two-way state synchronization.UtilitiesUnverifiedno deps
Error Boundaryerror-boundaryReact error boundary with resetKeys support for automatic recovery. Includes OutputErrorFallback and WidgetErrorFallback components for graceful error display in outputs and widgets.UtilitiesUnverifiedno deps · 3 files
Highlight Texthighlight-textDOM utility for highlighting search matches in text content with customizable styling.UtilitiesUnverifiedno deps
Widget Storewidget-storePure React state management for Jupyter widget models. Handles comm_open, comm_msg, and comm_close messages with fine-grained subscriptions via useSyncExternalStore. Includes comm protocol router and buffer utilities.UtilitiesUnverifiedno deps · 6 files
Widget Viewwidget-viewUniversal widget router that renders Jupyter widgets. Routes anywidgets to ESM loader and standard ipywidgets to built-in shadcn-backed components.UtilitiesUnverifiedno deps · 2 files
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex