material-responsive-grid
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "material-responsive-grid", | ||
"author": "Ken Gregory", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A grid system that adheres to the responsive UI standards outlined for Google's Material Design", | ||
@@ -20,2 +20,2 @@ "main": "./material-responsive-grid.css", | ||
"homepage": "https://github.com/STORIS/material-responsive-grid" | ||
} | ||
} |
@@ -5,4 +5,18 @@ # Material Responsive Grid # | ||
## Breakpoints ## | ||
## Installation ## | ||
``` | ||
npm i material-responsive-grid --save | ||
``` | ||
## Grid System ## | ||
There are three basic elements of this grid system: grids, rows, and columns. | ||
- Rows must be contained by a grid | ||
- Columns must be contained by a row | ||
### Breakpoints ### | ||
This grid system supports six screen sizes: | ||
@@ -24,9 +38,2 @@ | ||
## Grid System ## | ||
There are three basic elements of this grid system: grids, rows, and columns. | ||
- Rows must be contained by a grid | ||
- Columns must be contained by a row | ||
### Classes ### | ||
@@ -46,3 +53,3 @@ | ||
### Grids ### | ||
#### Grids #### | ||
@@ -57,3 +64,3 @@ Grids have the following classes: | ||
### Rows ### | ||
#### Rows #### | ||
@@ -73,3 +80,3 @@ Rows must be contained by a Grid and have the following classes: | ||
### Columns ### | ||
#### Columns #### | ||
@@ -76,0 +83,0 @@ Columns must be contained by a Row and have the following classes: |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33873
92