1.1.1 • Published 7 months ago

fibonacci-generator-henry v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

fibonacci-generator-henry

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save fibonacci-generator-henry

Usage

import React from 'react'

import { ExampleComponent } from "fibonacci-generator-henry";
import "fibonacci-generator-henry/dist/index.css";

// Your application code
import React from 'react';

function App() {
  return (
    <div>
      <h1>My App</h1>
      <ExampleComponent />
    </div>
  );
}

export default App;

## License

MIT © [2EZHenry](https://github.com/2EZHenry)
1.1.1

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago