Skip to content

pantoken / packages/core/src / toKebab

Feidhm: toKebab()

toKebab(str): string

Béite

Tiontaigh sreang CamelCase / le spásanna go kebab-case.

Paraiméadair

str

string

Tuairisceáin

string

Sampla

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

toKebab("baseButton");   // → "base-button"
toKebab("Font Family");  // → "font-family"
toKebab("rebrandLight"); // → "rebrand-light"