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

griddle-react-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

griddle-react-bootstrap

Bootstrap style for griddle-react

latest
Source
npmnpm
Version
0.4.4
Version published
Maintainers
1
Created
Source

Griddle React Bootstrap

  • About
  • Quick Start
  • License

About

Bootstrap style for react-griddle.

Features:

Quick Start

Install this library and the dependencies by npm.

npm install griddle-react-bootstrap --save
npm install react react-dom --save
npm install griddle-react --save
npm install react-bootstrap --save

And import griddle-react-bootstrap and use it. Please check example page.

import { BootstrapPager, GriddleBootstrap } from 'griddle-react-bootstrap';

...

    <Griddle
        tableClassName={'table table-bordered table-striped table-hover'}
        useGriddleStyles={false}
        results={fakeData}
        showFilter={true}
        showSettings={true}
        settingsToggleClassName='btn btn-default'
        useCustomPagerComponent={true}
        customPagerComponent={ BootstrapPager }
        />

or

    <GriddleBootstrap
        bordered={true}
        striped={true}
        hover={true}
        results={fakeData} 
        />

And import custom css for griddle (griddle-react-bootstrap.css) which is included in node_modules/griddle-react-bootstrap/dist directory.

License

Licensed under the MIT license.

Keywords

react

FAQs

Package last updated on 17 Jun 2016

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