Socket
Socket
Sign inDemoInstall

blip-tokens

Package Overview
Dependencies
0
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    blip-tokens

Blip Design Tokens (BETA), refers to the attributes of the User Interface (UI) elements such as color, spacing, typeface, etc.


Version published
Maintainers
1
Created

Readme

Source

blip-tokens

Blip Design Tokens (BETA), refers to the attributes of the User Interface (UI) elements such as color, spacing, typeface, etc.

Icons

Icons are generated in svg, and in this process we convert to base64 keeping them all within a single JSON file.

how to insert some icon

First you must place the icon inside assets/icons/outline || solid, this last depends on the icon you are going to use. .After that just go to properties/assets/icons.json and map.

If you find it easier, you can use a script to insert all the files in icons.json. How to run this script:

First, go to folder 'scripts' cd scripts Then, run command: node generate_icons.js

TYPE: outline / solid

"NAME_ICON-TYPE": {
  "value": "assets/icons/TYPE/NAME_ICON.svg"
}

The list is organized by alphabetical order and type.

FAQs

Last updated on 29 Apr 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