Skip to content

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

Notifications You must be signed in to change notification settings

takenet/blip-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published