Skip to content

pantoken / packages/core/src / toKebab

Fall: toKebab()

toKebab(str): string

Beta

Umbreyta CamelCase- eða bilskiptu streng í kebab-case.

Færibreytur

str

string

Skilar

string

Dæmi

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

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