NV Elements Catalog Starters Repo System Themes About Getting Started Changelog Metrics Support Accessibility Contributions Requests Migration Deprecations Integrations Installation MCP CLI Lint Angular Bundles Extensions Go Hugo Import Maps Lit NextJS Nuxt Preact React SolidJS Svelte TypeScript Vue Foundations Typography Iconography Themes Design Tokens Size & Space Objects Interactions Support Status Color Animation Fonts Layers Custom Layout Horizontal Vertical Grid Popovers i18n Visualization View Transitions Elements Accordion Alert Avatar Badge Breadcrumb Button Button Group Card Chat Message Checkbox Color Combobox Copy Button Datagrid Integrations Column Action Column Alignment Column Fixed Column width Container Card Display Settings Footer Heatmap Keynav Multi Select Pagination Panel Detail Panel Grid Performance Placeholder Row Action Row Groups Row Sort Scroll Height Single Select Stripe Date Datetime Dialog Divider Dot Drawer Dropdown Dropdown Group Dropzone File Forms Validation Actions Control Icon Icon Button Input Input Group Logo Menu Month Notification Page Page Header Page Loader Pagination Panel Progressive Filter Chip Progress Bar Progress Ring Password Preferences Input Pulse Radio Range Resize Handle Search Select Skeleton Sort Button Sparkline Star Rating Steps Switch Tabs Tag Textarea Time Toast Toggletip Toolbar Tooltip Tree Week Patterns Authentication Browse Dashboard Editor Empty States Heatmap Keyboard Shortcut Logging Media Onboarding Panel Responsive Search Subheader Trend Code Codeblock Monaco Input Diff Input Editor Diff Editor Problems Markdown Markdown CSS Utility Labs Responsive Layout Viewport Container Patterns Forms API Design Properties & Attributes Slots Registration CustomEvents Stateless Composition Styles Packaging Glossary Logs Internal Guidelines Agent Harness Documentation Examples TypeScript Testing Unit Testing Accessibility Testing Lighthouse Testing SSR Testing Visual Testing Troubleshooting Component Creation Internal Examples All Examples

Codeblock

stable:   Coverage: 100.00% Bundle: 19.41kb Lighthouse: 100 Axe Core Released: 0.1.0
Overview API Examples

A container for content representing programming languages.

function getTime(): number { return new Date().getTime(); }

Installation

Note: import the language before the codeblock


    

    

Code

Text code to be process into a codeblock.

Code Description string

Codeblock using the code property for programmatic/dynamic usage.

Container

Determines the container styles of component. Flat enables nesting within other containers.

Container Description flat inline

Codeblock with flat container styling for minimal visual emphasis.

function getTime(): number { return new Date().getTime(); }

Theme

You can set a Theme independent of the global theme using the nve-theme attribute.

Light and dark theme variations for different UI contexts.

function getTime(): number { return new Date().getTime(); }
function getTime(): number { return new Date().getTime(); }

Line Numbers

Adds styling to show the line numbers of the codeblock.

LineNumbers Description boolean

Codeblock with line numbers for easier code reference and debugging.

function getTime(): number { return new Date().getTime(); }

Highlight

Adds styling to highlight the provided code lines.For many lines: use Comma seperated values, ex: (1,5,7).For range of lines, use hyphen seperated values, ex: (1-5).You can combine both such as: ex: (1,5,10-15,20).

Highlight Description string

Codeblock with specific line highlighting to draw attention to important code sections.

function getTime(): number { return new Date().getTime(); }

Overflow

Codeblock with constrained height for scrollable overflow behavior with long code.

import{LitElement as t,html as e}from"lit";import{property as s}from"lit/decorators/property.js";import{state as o}from"lit/decorators/state.js"; import{unsafeHTML as i}from"lit/directives/unsafe-html.js"; import{useStyles as r,shiftLeft as n}from"@nvidia-elements/core/internal"; import l from"./codeblock.css.js"; import a from"highlight.js/lib/core"; import h from"highlight.js/lib/languages/shell";

Line Wrap

Comparison of line wrapping vs horizontal scrolling for long code lines in constrained widths.

Release Status

All elements and features go through 3 phases of stability, pre-release, beta and stable.

pre-release
Docs Preview API Documentation Fully Themeable
beta
Robust unit test coverages Passed API Review Passed Designer VQA Review Included in library package
stable
No known outstanding AA WCAG issues No known outstanding performance issues Adapts to different screen/container sizes No breaking API changes for at least 90 days