Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@qlik/design-tokens

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlik/design-tokens

Design tokens for Qlik UI's

latest
npmnpm
Version
1.3.6
Version published
Maintainers
2
Created
Source

Design Tokens

This is a repository contains the builted design tokens output: css, js, json

How to use

// to load the default themes [data-qlik-theme="qlik-light"] and [data-qlik-theme="qlik-dark"]
import "@qlik/design-tokens/dist/css/sprout-tokens.css";

// to get JS access to css variables
import { tokens } from "@qlik/design-tokens";

tokens.common_sizing_5xl === "var(--sprout-common-sizing-5xl)";

// to get the complete descriptions of all the tokens:
import tokenData from "@qlik/design-tokens/dist/json/sprout-tokens.json";

FAQs

Package last updated on 10 Jun 2026

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