1.0.9 • Published 4 years ago

react-titleize v1.0.9

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 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

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago