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.
As simple as:
$ npm install gnc-text --saveor with "yarn"
$ yarn add gnc-textimport React from 'react';
import GncText from 'gnc-text';...
    <GncText
        prop1
        prop2={ <CustomComponent/> }
    />
...Set a Url.
| Prop | Values | Default | Type | Required | 
|---|---|---|---|---|
| prop1 | true/false | false | Boolean | false | 
| prop2 | Any Component | null | Function / Object | false | 
Front End Developer
Mario Victor Medrano Maldonado
MIT.