1.0.8 • Published 4 years ago

react-humanize-string v1.0.8

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

React Humanize String

Humanize a camelized/dasherized/underscored string in React and React Native npm_is_awesomeNpm is awesome

This Module is a clone of Sindresorhus humanize-string and customized for React and React Native.

pipeline status Downloads Install size

Demo in Glitch

Demo React App

Install

$ npm install react-humanize-string

Usage

import React from 'react';
import HumanizeString from 'react-humanize-string';

const App = () => (
  <div>
    <HumanizeString input={'npm_is_awesome'} />
  </div>
);

API

input={input}

Type: string

<HumanizeString input={'npm_is_awesome'} />

// => 'Npm is awesome'

License

MIT © Yoginth

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.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago