You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@launchpad-ui/tokens

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/tokens

LaunchPad design tokens delivered as CSS custom properties, CommonJS modules, and ES modules.

0.12.7
latest
Source
npm
Version published
Weekly downloads
668
-14.25%
Maintainers
1
Weekly downloads
 
Created
Source

@launchpad-ui/tokens

Design tokens used to create experiences that express the LaunchDarkly brand.

See it on NPM! How big is this package in your project?

Installation

$ yarn add @launchpad-ui/tokens
# or
$ npm install @launchpad-ui/tokens

Usage

CSS Custom Properties

@import '@launchpad-ui/tokens/dist/fonts.css';
@import '@launchpad-ui/tokens/dist/index.css';
@import '@launchpad-ui/tokens/dist/media-queries.css';
@import '@launchpad-ui/tokens/dist/themes.css';

ES Modules

import tokens from '@launchpad-ui/tokens';

CommonJS Modules

const tokens = require('@launchpad-ui/tokens');

FAQs

Package last updated on 20 Jun 2025

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