Inline Tokens
Last updated
Last updated
The Inline Tokens node creates a set of design tokens that are stored directly within the graph. It allows you to define and reference tokens without requiring an external source.
Value
The collection of tokens to store inline
List
Yes
Tokens
The stored collection of design tokens
List
Drag the Inline Tokens node into your graph.
Edit the node's properties to define your tokens directly in the graph editor.
The node will output the defined tokens for use in your design system.
Connect the output to other nodes that need to process or use these tokens.
Use this approach for small token sets or when you want to keep everything self-contained in your graph.
The input is hidden in the UI as tokens are typically edited through the node's properties panel.
External Token Set: For importing tokens from external sources.
Create Design Token: For creating individual tokens to add to a set.
Quick Prototyping: Create small token sets directly in your graph for rapid iteration.
Self-Contained Graphs: Build portable graphs that don't rely on external files.
Default Values: Define fallback token sets that can be overridden by external sources.