react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
38 lines (26 loc) • 1.01 kB
Markdown
into a lower cased string with dashes between words.
```
npm install param-case --save
```
```js
import { paramCase } from "param-case";
paramCase("string"); //=> "string"
paramCase("dot.case"); //=> "dot-case"
paramCase("PascalCase"); //=> "pascal-case"
paramCase("version 1.2.10"); //=> "version-1-2-10"
```
The function also accepts [`options`](https://github.com/blakeembrey/change-case#options).
MIT
[ ]: https://img.shields.io/npm/v/param-case.svg?style=flat
[ ]: https://npmjs.org/package/param-case
[ ]: https://img.shields.io/npm/dm/param-case.svg?style=flat
[ ]: https://npmjs.org/package/param-case
[ ]: https://img.shields.io/bundlephobia/minzip/param-case.svg
[ ]: https://bundlephobia.com/result?p=param-case
[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Bundle size][bundlephobia-image]][bundlephobia-url]
> Transform