@app-masters/react-lib
v1.0.31
Published
## Getting started
Downloads
72
Readme
Redux-LIB
Getting started
Install the react-lib with node package manager.
$ npm install @app-masters/react-lib
AMComponent
App Masters extension of React Component. Maybe it'll do awesome things in the future.
Usage
Import and extend your component
Import AMComponent from '@app-masters/react-lib'
class MyComponent extends AMComponent {
...
}
Text
Text utils for React. nl2br
is a React exclusive function to convert string newlines to <br/>
tags.
The other functions can be found in a newer verstion in the js-lib.
Change Log
Check all changes on changelog.