The urban library

v1.0.10
Why this library Our story Use cases Color Library
Figma library coming soon API coming soon How to install
Explore our platform
Categories

Color Library

The color foundation — every family with its 11 steps. Click any swatch to copy its token name. Toggle dark/light mode in the header and the palette and global.css update to the theme in effect.

global.css

How to install @dtux/icons in your SJ project

This package is hosted on the private Surbana AWS CodeArtifact registry.

Not an SJ project?

You cannot install this package without registry access. Instead, browse the icons on this site and use the Copy SVG / JSX or Download PNG buttons in the sidebar on the right.

1. Fetch registry configuration

Run this command in the root of your project to create a .npmrc file that points to the private registry:

curl -s https://api.twinstudio.surbana.tech/api/v1/auth/dtux-icon-config > .npmrc
2. Install the package

Use your preferred package manager to install the library:

pnpm add @dtux/icons

Or use npm install @dtux/icons or yarn add @dtux/icons.