Skip to content

pantoken / packages/core/src / toKebab

Fonksyon: toKebab()

toKebab(str): string

Beta

Konvèti yon chèn CamelCase / ki gen espas an kebab-case.

Paramèt

str

string

Retounen

string

Egzanp

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

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