react-utils-llicheri

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-utils-llicheri

Weekly Downloads

7

Version

1.0.3

License

MIT

Unpacked Size

2.61 MB

Total Files

6

Last publish

Collaborators

  • llicheri