gnc-component

1.1.5 • Public • Published

GNC COMPONENT

Solves a very recurrent issue in a very straight forward way, some of the characteristics of it are:

  • Simple configurations
  • Optimized for obtain a better performance
  • Easy to integrate with ...

Note: If needed some screenshots can be included in here.

Getting Started

Installation

As simple as:

$ npm install gnc-component --save

or with "yarn"

$ yarn add gnc-component

Usage

import React from 'react';
import GncComponent from 'gnc-component';
...
    <GncComponent
        prop1
        prop2={ <CustomComponent/> }
    />
...

Example

Set a Url.

API

Prop Values Default Type Required
prop1 true/false false Boolean false
prop2 Any Component null Function / Object false

Author

Front End Developer

Mario Victor Medrano Maldonado

mario.medrano.maldonado@gmail.com

License

MIT.

Readme

Keywords

Package Sidebar

Install

npm i gnc-component@1.1.5

Version

1.1.5

License

MIT

Unpacked Size

6.89 kB

Total Files

4

Last publish

Collaborators

  • gendecoder