1.0.8 • Published 4 years ago

react-humanize-url v1.0.8

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

React Humanize URL

Humanize a URL in React and React Native https://yoginth.comyoginth.com

pipeline status Downloads Install size

Demo in Glitch

Demo React App

Install

$ npm install react-humanize-url

Usage

import React from 'react';
import HumanizeURL from 'react-humanize-url';

const App = () => (
  <div>
    <HumanizeURL url={'https://yoginth.com'} />
  </div>
);

API

url={input}

Type: string

<HumanizeURL url={'https://yoginth.com'} />

// => 'yoginth.com'

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

4 years ago

1.0.4

4 years ago

1.0.3

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