Skip to content

bonnv79/bnv-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bnv-utils

bnv-utils

NPM JavaScript Style Guide

Install

npm install --save bnv-utils

Demo

Demo and playground are available here

Usage test

CodeSandbox

Versions

CHANGELOG

Usage Example

import React from 'react';
import { makeArray } from 'bnv-utils';

const Demo = () => {
  const data = makeArray(10);
  return (
    <div>
      {JSON.stringify(data, undefined, 4)}
    </div>
  );
};

Develop

In the project directory, you can run:

npm install

npm start

Runs the app in the development mode.
Open http://localhost:6006 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

License

MIT © bonnv79

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published