Elements
The Design Language and UI Agent Harness for AI/ML Factories, Robotics, and Autonomous Vehicles
Built for AI Infrastructure
Operational UI for AI/ML workloads, autonomous vehicle tools, and robotics consoles.
Framework Agnostic
Web Components run in React, Angular, Vue, Svelte, Lit, plain HTML, server-rendered templates, and mixed stacks.
# install CLI
curl -fsSL https://nvidia.github.io/elements/install.sh | bash
# create a new project
nve project.create
# configure dependencies and MCP tools
nve project.setup
/* CSS */
@import '@nvidia-elements/themes/index.css';
// JavaScript
import '@nvidia-elements/core/button/define.js';
<!-- HTML-->
<nve-button>hello there</nve-button>