1.0.9 • Published 5 years ago

react-titleize v1.0.9

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

React Titleize

pipeline status Downloads Install size

Capitalize every word in a string for React and React Native good boyGood Boy

Demo in Glitch

Demo React App

Install

$ npm install react-titleize

Usage

import Titleize from 'react-titleize';

const App = () => (
  <div>
    <Titleize input={'react is awesome'} />
  </div>
);

API

number={input}

Type: integer

<Titleize input={'react is awesome'} />

//=> React Is Awesome

License

MIT © Yoginth

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago