1.0.2 • Published 4 years ago

react-camelcase v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

React camelCase

Convert a dash/dot/underscore/space separated string to camelCase: foo-barfooBar

Version CI Publish Downloads Install size

NPM

Try in CodeSandbox

Edit react-camelcase

Install

$ npm install react-camelcase

Usage

import CamelCase from 'react-camelcase';

const App = () => (
  <div>
    <CamelCase string={'foo-bar'} />
  </div>
);

//=> 'fooBar'

API

input

Type: string

License

MIT © Yohix

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago