UNPKG

@zeix/ui-element

Version:

UIElement - a HTML-first library for reactive Web Components

8 lines (7 loc) 151 B
export const generateSlug = (text: string): string => { return text .toLowerCase() .replace(/[^\w\- ]+/g, '') .trim() .replace(/\s+/g, '-') }