New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bedrock-layout/grid

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock-layout/grid

bedrock-layout gird

1.0.6
Source
npm
Version published
Weekly downloads
396
-3.65%
Maintainers
1
Weekly downloads
 
Created
Source

@bedrock-layout/grid

Layout helper that creates Grid of items

When to Use

Used to create a grid layouts

How to install

npm install @bedrock-layout/grid

Usage

import Grid from '@bedrock-layout/grid';

<Grid minItemWidth={300}>
  <div>1</div>
  <div>2</div>
  <div>3</div>
  <div>4</div>
  <div>5</div>
  <div>6</div>
</Grid>;

API

PropertyDescriptionTypeDefault
guttersets space inbetween each element`"none""xs"
minItemWidthmin width in px of each grid itemnumberbreakPoints.smallOnly or '39.9375rem'

Keywords

grid

FAQs

Package last updated on 02 Apr 2020

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