Elements
The Design Language for AI/ML Factories Building at the Speed of Light
# install CLI
curl -fsSL https://nvidia.github.io/elements/install.sh | bash
# create a new project
nve project.create
/* CSS */
@import '@nvidia-elements/themes/fonts/inter.css';
@import '@nvidia-elements/themes/index.css';
// JavaScript
import '@nvidia-elements/core/button/define.js';
<!-- HTML-->
<nve-button>hello there</nve-button>