Socket
Socket
Sign inDemoInstall

react-bootstrap-grid-aslam

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-bootstrap-grid-aslam

## Install


Version published
Maintainers
1
Install size
138 kB
Created

Readme

Source

React react bootstrap grid

Install

npm install npm i react-bootstrap-grid-aslam

react bootstrap grid

import React from 'react';
import {Container, Row, Col} from 'react-bootstrap-grid-aslam';
import 'react-bootstrap-grid-aslam/build/index.css';

const App = () => {
	return (
	    <Container fluid lg={2} sm={5}>
	    	<Row justify='center' align='center'>
	    		<Col lg={6} sm={12} align="center"></Col>
	    		<Col lg={3} sm={12} justify='start'></Col>
	    		<Col lg={2} sm={12}></Col>
	    		<Col></Col>
	    	</Row>		    	
	    </Container>
		)
}

export default App;


justify = start/end/center/between/around/sm-start/sm-end/sm-center/sm-between/sm-around/
md-start/md-end/md-center/md-between/md-around/lg-start/lg-end/lg-center/lg-between/
lg-around/xl-start/xl-end/xl-center/xl-between/xl-around

align = start/end/center/baseline/stretch/sm-start/sm-end/sm-center/sm-baseline/sm-stretch/
md-start/md-end/md-center/md-baseline/md-stretch/lg-start/lg-end/lg-center/lg-baseline/
lg-stretch/xl-start/xl-end/xl-center/xl-baseline/xl-stretch

My Profile

Keywords

FAQs

Last updated on 19 Jul 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc