my own react utils library
npm install --save react-utils-llicheri
import React, { Component } from "react";
class Example extends Component {
render() {
return (
<Aux>
...Everithing
<GenricInput />
<Spinner />
</Aux>
);
}
}
//
MIT © Lorenzo Licheri