Socket
Socket
Sign inDemoInstall

@launchpad-ui/tokens

Package Overview
Dependencies
0
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
2.1K
increased by22.83%
Maintainers
1
Install size
96.8 kB
Created
Weekly downloads
 

Readme

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/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

Last updated on 29 May 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc