1.7.2 • Published 4 years ago

bng-react-lib v1.7.2

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

bng-react-lib

bng-react-lib

NPM JavaScript Style Guide

Install

npm install --save bng-react-lib

Important Notes

Demo

Click open demo

Usage

import 'bng-react-lib/dist/index.css';
import { 
  Utils,
  VirtualizedTable, 
  MultiGridTable,
  ReactSortableTree,
  VirtualizedSelect,
  EllipsisTooltip,
  SortableVirtualList
} from 'bng-react-lib';

// Utils
const { 
  // makeDelaySearch
  makeDelaySearch,
  // search
  search,
  // numberFormat
  LOCALES,
  makeNumberFormat,
  numberDecimal
} = Utils;

Dependencies

*** Extend from [react-virtualized](https://github.com/bvaughn/react-virtualized)

  • MultiGridTable
  • VirtualizedTable

*** Extend from [react-sortable-tree](https://github.com/frontend-collective/react-sortable-tree)

  • ReactSortableTree

*** Extend from [react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc)

  • SortableVirtualList

Develop

In the project directory, you can run:

Run library

npm install

npm start

Run example

cd ./example

npm install

npm start

Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

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

Deploy

You run the syntax:

npm run deploy

Publish

You run the syntax:

npm publish

License

MIT © [bonnv79](https://github.com/bonnv79)

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago