Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-grid-system

Package Overview
Dependencies
Maintainers
2
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-grid-system - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

2

package.json
{
"name": "react-grid-system",
"version": "8.1.0",
"version": "8.1.1",
"description": "A powerful Bootstrap-like responsive grid system for React.",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

@@ -143,10 +143,10 @@ # React Grid System

| Setting | Default Value | Description |
| -------------------- | ----------------------------- | ----------------------------------------------------------------------------------------------- |
| `breakpoints` | `[576, 768, 992, 1200, 1600]` | The breakpoints (minimum width) of devices in screen class `sm`, `md`, `lg`, `xl`, and `xxl`. |
| `containerWidths` | `[540, 740, 960, 1140, 1540]` | The container widths in pixels of devices in screen class `sm`, `md`, `lg`, `xl`, and `xxl`. |
| `gutterWidth` | `30` | The gutter width in pixels. A gutter width of 30 means 15px on each side of a column. |
| `gridColumns` | `12` | The number of columns in the grid . |
| `defaultScreenClass` | `xxl` | The screen class used when the view port cannot be determined using `window`. |
| `maxScreenClass` | `xxl` | The maximum screen class to be used. |
| Setting | Default Value | Description |
| -------------------- | ----------------------------------- | ----------------------------------------------------------------------------------------------------- |
| `breakpoints` | `[576, 768, 992, 1200, 1600, 1920]` | The breakpoints (minimum width) of devices in screen class `sm`, `md`, `lg`, `xl`, `xxl`, and `xxxl`. |
| `containerWidths` | `[540, 740, 960, 1140, 1540, 1810]` | The container widths in pixels of devices in screen class `sm`, `md`, `lg`, `xl`, `xxl`, and `xxxl`. |
| `gutterWidth` | `30` | The gutter width in pixels. A gutter width of 30 means 15px on each side of a column. |
| `gridColumns` | `12` | The number of columns in the grid . |
| `defaultScreenClass` | `xxl` | The screen class used when the view port cannot be determined using `window`. |
| `maxScreenClass` | `xxl` | The maximum screen class to be used. |

@@ -153,0 +153,0 @@ These settings can be configured in the following way:

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc