Hello, you have come here looking for the meaning of the word . In DICTIOUS you will not only get to know all the dictionary meanings for the word , but we will also tell you about its etymology, its characteristics and you will know how to say in singular and plural. Everything you need to know about the word you have here. The definition of the word will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

Noun

kebab-case (uncountable)

  1. Alternative form of kebab case.
    • 2016, Olga Filipova, Learning Vue.js 2, Packt, →ISBN, page 95:
      You have probably noticed that while we declare variables describing components in CamelCase (var HelloComponent=Vue.extend({...})), we name them in kebab-case: Vue.component('hello-component', {...}).
    • 2018, Sean Hunter, Aurelia in Action, Manning Publications, →ISBN:
      The HTML view and JavaScript files are named using kebab-case, for example, book-list.html, where the name is made up of lower-case words separated by a hyphen.
    • 2022, Sufyan bin Uzayr, editor, Mastering Vue.js: A Beginner’s Guide, CRC Press, →ISBN:
      Use camelCase or “kebab-case” when using object syntax, as seen in the following example: []