param-case
popularTransform into a lower cased string with dashes between words
Updated by @blakeembrey
kebab-case
popularConvert a string to kebab-case, i.e. its dash separated form
Updated by @joakimbeng
case-anything
popularcamelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
Updated by @mesqueeb
@lukaspolak/kebab-case
Convert a string to kebab-case, i.e. its dash-separated form
Updated by @lukaspolak
vite-plugin-svelte-kebab-props
Vite 2.x plugin to support kebab case props within Svelte components.
Updated by @roonie007
kecasn
Convert strings between snake_case, camelCase, and kebab-case. Convert object keys and array values with ease.
Updated by @ivan-kleshnin
case-formatter
Simple converters from case to case for string and Record. It can canvert below cases each other.
Updated by @6bou