react-bootstrap-gtable

1.1.0 • Public • Published

react-bootstrap-gtable

NPM JavaScript Style Guide

Install

npm install --save react-bootstrap-gtable

Usage

import React, { Component } from "react";
 
import GTable from "react-bootstrap-gtable";
 
const users = [];
// it handles arrays and objects
class Example extends Component {
  render() {
    return <GTable data={users} />;
  }
}

License

MIT © g3org3

Readme

Keywords

none

Package Sidebar

Install

npm i react-bootstrap-gtable

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

22.3 kB

Total Files

6

Last publish

Collaborators

  • g3org3