UNPKG

variations

Version:

A React component library that enables rapid prototyping and exploration of UI variations.

4 lines (3 loc) 107 B
export function createSafeId(label: string): string { return label.toLowerCase().replace(/\s+/g, "-"); }