1.0.6 • Published 4 years ago

irfan-simple-react-lib v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

irfan-simple-react-lib

simple library to test

NPM JavaScript Style Guide

Install

npm install --save irfan-simple-react-lib

Usage

import React from "react";

import { ExampleComponent, Chart } from "irfan-simple-react-lib";
import "irfan-simple-react-lib/dist/index.css";

const App = () => {
  return (
    <div>
      <ExampleComponent text="Create React Library Example 😄" />
      <Chart />
    </div>
  );
};

export default App;

License

MIT © irfangg