Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

react-jk-grid

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jk-grid

Only JK-Grid, for React.

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

React-JK-Grid

The three of React components that implement JK-Grid.

If you want to view complete examples, please ref to JK-Grid Examples.

Installation

$ npm i --save react-jk-grid

react-jk-grid depends on 3 peer dependencies:

  • react@^15.0.0
  • prop-types@^15.0.0
  • jk-grid@^0.0.6

You should install them in your project.

Usage

  • In Stylus:

    @import '~jk-grid/src/grid'
    
  • In JavaScript:

    import React from 'react'
    import { Container, Col, Row } from 'react-jk-grid'
    
    const App = props =>
      <Container>
        <Row>
          <Col xs={6} md={3}>Hello, world!</Col>
        </Row>
      </Container>
    

Prop Interfaces

Container

  • className?: string
  • fluid?: boolean
  • limited?: boolean
  • noPadding?: boolean

Row

  • className?: string
  • noMargin?: boolean
  • reverse?: boolean
  • column?: boolean
  • show?: breakpointSize
  • hidden?: breakpointSize
  • start?: breakpointSize
  • center?: breakpointSize
  • end?: breakpointSize
  • top?: breakpointSize
  • middle?: breakpointSize
  • bottom?: breakpointSize
  • around?: breakpointSize
  • between?: breakpointSize

Col

  • className?: string
  • noPadding?: boolean
  • autoWidth?: boolean
  • xs?: cellSize
  • sm?: cellSize
  • md?: cellSize
  • lg?: cellSize
  • hg?: cellSize
  • show?: breakpointSize
  • hidden?: breakpointSize
  • first?: breakpointSize
  • last?: breakpointSize

License

MIT

FAQs

Package last updated on 20 Aug 2017

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