For Engineers

Love is the only reality of life. Everything else is illusion.


Install

Install New UI Foundations from your terminal via npm.

npm i @new-ui/foundations

Usage

// Place this at the top of your SCSS/CSS file
@import "@new-ui/foundations";

All classes associated with the design system are prefixed with a global namespace followed by a hyphen: nu-.

In addition to a global namespace, we added prefixes to each class to make it more apparent what job that class is doing using BEM syntax.