Skip to content

Text component with similar features as React Native's Text

License

Notifications You must be signed in to change notification settings

caifel/gnc-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNC TEXT

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-text --save

or with "yarn"

$ yarn add gnc-text

Usage

import React from 'react';
import GncText from 'gnc-text';
...
    <GncText
        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

[email protected]

License

MIT.

About

Text component with similar features as React Native's Text

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published