Convert Text to kebab-case
Convert text to kebab-case instantly. Free online kebab-case converter for CSS classes, URLs, and file names.
user-profile-page
Common Uses
CSS class names
URL slugs
npm package names
HTML data attributes
Frequently Asked Questions
What is kebab-case?▼
kebab-case joins words with hyphens and uses all lowercase letters. Example: 'user-profile-page'.
Where is kebab-case used?▼
kebab-case is standard for CSS class names, URL slugs, HTML attributes, npm package names, and file names.
Is kebab-case the same as hyphen-case?▼
Yes. kebab-case and hyphen-case are different names for the same convention — lowercase words separated by hyphens.