You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@croud-ui/tokens

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@croud-ui/tokens

collection of formatted design tokens for use in crouds ui

2.1.0
latest
Source
npm
Version published
Maintainers
2
Created
Source

@croud-ui/tokens

A collection of formatted design tokens used to construct Croud control user interfaces.

Install

To reference these design tokens in your project, you will need to install the npm package by running the following command:

yarn add @croud-ui/tokens

Usage

As this package provides tokens in a number formats the way you import them for use depends on the language you are working in. See the examples below for all import options:

Javascript:

import tokens from "@croud-ui/tokens";

Sass (SCSS):

@use "@croud-ui/tokens/dist/tokens";

Stylus:

@require '~@croud-ui/tokens/dist/tokens'

License

Licensed under the MIT License

FAQs

Package last updated on 12 Feb 2024

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