Convert a string to Title Case
npm install react-title-case> Convert a string to Title Case yohix love github → Yohix Love Github






```
$ npm install react-title-case
`js
import TitleCase from 'react-title-case';
const App = () => (
// => 'Yohix Love Github'
`
Type: string
`jsx
// => 'Yohix Love Github'
``
- title-case - Transform a string into title case following English rules.
MIT © Yohix