You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@new-ui/spacings

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@new-ui/spacings

Spacing Blocks

unpublished
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
66
43.48%
Maintainers
2
Weekly downloads
 
Created
Source

New UI Spacing Blocks

Install

Install New UI Spacings from your terminal via npm.

npm i @new-ui/spacings

To get started quickly, you can use the CDN files.

<!-- Place this at the html head -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@new-ui/spacings@<version>/dist/index.css">
...

Usage

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

Build

To build css

npm install
npm run build

Refer to the Figma file for the spacings tokens cheatsheet.

Get a Figma copy

Usage Guide

  • Tokens defined in the figma file matches variables declared in CSS
  • 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
    • c- for UI components, such as .nu-c-h1 or .nu-c-card
    • l- for layout-related styles, such as .nu-l-grid__item or .nu-l--two-column
    • u- for utilities, such as .nu-u-mb-<spacing-token> or .nu-u-margin-bottom-pt2
    • is- and has- for specific states, such as .nu-is-active or .nu-is-disabled. These state-based classes - would apply to
    • js- for targeting JavaScript-specific functionality, such as .js-modal-trigger. No styles are bound to these classes; they’re reserved for behavior only. For most cases, these js- classes would toggle - state-based classes to an element.

Keywords

spacings

FAQs

Package last updated on 08 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts