// by seankriegler.com
kebab-case
Convert text to kebab-case
// kebab-case
Words separated by hyphens, all lowercase. Standard for URLs, CSS class names, and HTML attributes.
// Use Cases
Perfect for URL slugs, CSS class names, file names, and web component names.
// Why Use It
Essential for web development. Quickly generate SEO-friendly URLs and CSS classes.