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

broker-grid

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broker-grid

Broker Data Grid for React

latest
npmnpm
Version
1.0.5
Version published
Weekly downloads
22
2100%
Maintainers
1
Weekly downloads
 
Created
Source

Broker Grid

Check out broker - your Real-time Zero-Code API Server - https://crates.io/crates/broker

Broker Grid uses Material Table for React and is a real-time insert-only data-grid for Broker & React.

API

Options

NameTypeRequiredDefaultDescription
insertEndpointstringtrue-
sseEndpointstringtrue-The endpoint on the server.
eventstringtrue-The event to listen for from the SSE.
tokenstringtrue-The JWT token.
titlestringtrue-The title for the data grid to display.

Usage

import React from 'react';
import Grid from 'broker-grid';

const App = () => (
  <Grid sseEndpoint={'http://localhost:8080/events/112718d1-a0be-4468-b902-0749c3d964ae'} insertEndpoint={'http://localhost:3000/insert'} eventListen={'user'} token={'123'} title={'Broker Demo'} />
);

Keywords

react

FAQs

Package last updated on 12 May 2020

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