0.0.1 • Published 5 years ago

url-parse-form v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

url-parse-form

url-parse-form is a react component to visualize/inspect URL

Installation

Using npm:

$ npm install --save url-parse-form

Using yarn:

$ yarn add url-parse-form

Example

import React from 'react';
import UrlParseForm from 'react-use-data';

export default function MyForm() {
  return (
    <div>
      <h2>Below is Url Parse Form:</h2>
      <UrlParseForm />
    </div>
  );
};

Contributing

Please feel free to submit any issues or pull requests.

License

MIT