New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

bng-react-lib

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bng-react-lib

bng-react-lib

latest
Source
npmnpm
Version
1.7.2
Version published
Weekly downloads
27
2600%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • MultiGridTable
  • VirtualizedTable

*** Extend from react-sortable-tree

  • ReactSortableTree

*** Extend from 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 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

FAQs

Package last updated on 05 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts