case

kebab-case

Convert text to kebab-case

kebab-case joins words with hyphens and lowercases everything — making it ideal for URLs, CSS class names, HTML attributes, and file names on the web. Most CSS frameworks and CSS-in-JS tools use kebab-case for property and class names.

Input
0 chars·0 words
Output
0 chars·0 words

How to use

  1. 1Paste a phrase or class name description.
  2. 2Get the kebab-case result in Output.
  3. 3Copy it into your CSS, HTML, or URL.