New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@launchpad-ui/tokens

Package Overview
Dependencies
Maintainers
1
Versions
62
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.4.10
Source
npm
Version published
Weekly downloads
2.1K
-1.69%
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/index.css';

ES Modules

import { ColorBlue500 } from '@launchpad-ui/tokens';

CommonJS Modules

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

FAQs

Package last updated on 03 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