Skip to content

pantoken / packages/core/src / varName

Függvény: varName()

varName(prefix, path): string

Béta

Készítsen egy --instui-[prefix-]<kebab path> egyéni tulajdonság nevet.

Paraméterek

prefix

string

path

string[]

Visszatérés

string

Példa

ts
import { varName } from "@pantoken/core";

varName("primitive", ["color", "white"]);       // → "--instui-primitive-color-white"
varName("", ["spacing", "spaceMd"]);             // → "--instui-spacing-space-md"
varName("component", ["baseButton", "primaryBackground"]);
// → "--instui-component-base-button-primary-background"