Skip to content

pantoken / packages/core/src / toKebab

Fušla: toKebab()

toKebab(str): string

Behta

Geavahit CamelCase- dahje vuođđaláš girji kebab-case-ii.

Parametera

str

string

Gullii / Gávdnat

string

Exempel

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

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