Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@niduu/nids-theme

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@niduu/nids-theme

Niduu Design System theme elements

  • 3.1.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
50
decreased by-54.55%
Maintainers
1
Weekly downloads
 
Created
Source

NIDS Theme

The NIDS theme system can be used to themify your application to Niduu Visual Identity.

Installation

npm install @niduu/nids-theme

Usage

Color Scheme

You can use the theme color variables after importing the main theme file:

@import "@niduu/nids-theme";

.div-x { background-color: $nids-color--primary; }
.div-x { background-color: $nids-color--secondary; }
.div-x { background-color: $nids-color--tertiary; }
.div-x { background-color: $nids-color--success; }
.div-x { background-color: $nids-color--info; }
.div-x { background-color: $nids-color--warning; }
.div-x { background-color: $nids-color--danger; }
.div-x { background-color: $nids-color--black; }
.div-x { background-color: $nids-color--dark; }
.div-x { background-color: $nids-color--medium; }
.div-x { background-color: $nids-color--light; }
.div-x { background-color: $nids-color--white; }

FAQs

Package last updated on 19 Feb 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc