Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 626 Bytes

File metadata and controls

35 lines (25 loc) · 626 Bytes

react-utils

my own react utils library

NPM JavaScript Style Guide

Install

npm install --save react-utils-llicheri

Usage

import React, { Component } from "react";

class Example extends Component {
  render() {
    return (
      <Aux>
        ...Everithing
        <GenricInput />
        <Spinner />
      </Aux>
    );
  }
}

//

License

MIT © Lorenzo Licheri