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

@kunukn/react-bootstrap-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
Package was removed
Sorry, it seems this package was removed from the registry

@kunukn/react-bootstrap-grid

This is simply re-packaging the grid components from

unpublished
latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

react-bootstrap-grid

This is simply re-packaging the grid components from

https://react-bootstrap.github.io/layout/grid/

Include the CSS for your application. E.g.

<link
  rel="stylesheet"
  href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap-grid.min.css"
/>

Usage example

import { Col, Row, Container } from '@kunukn/react-bootstrap-grid';

const Card = () => (
  <Container>
    <Row>
      <Col sm>One of three columns</Col>
      <Col sm>One of three columns</Col>
      <Col sm>One of three columns</Col>
    </Row>
  </Container>
);

Use the components as described in

Demo

https://codesandbox.io/s/reactbootstrapgrid-example-9m5p0

CDN

<script src="https://unpkg.com/@kunukn/react-bootstrap-grid/dist/Grid.umd.js"></script>

Size

React components

Gzip minified 1.88 kb
Minified 5.23 kb

CSS

Brotli minified of the CDN css file is ~6 kb
Original size: 47.4 kb

Development and testing

To run development

yarn start or npm start

npm i -g yarn
git clone [repo]
cd [repo]
yarn
yarn start
open http://localhost:6007

or with npm

git clone [repo]
cd [repo]
npm i
npm start
open http://localhost:6007
  • To develop and play around: yarn start
  • To build the bundle: yarn build
  • To validate the bundle: yarn validate

Keywords

react

FAQs

Package last updated on 22 May 2019

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