@klippa/ngx-grid
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@klippa/ngx-grid", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -47,6 +47,6 @@ # Klippa Grid Framework | ||
It can optionally take one input; `fluid`. | ||
It can optionally take two inputs: `fluid` and `gutter`. | ||
```html | ||
<klp-grid-container [fluid]="true"> | ||
<klp-grid-container [fluid]="true" [gutter]="30"> | ||
``` | ||
@@ -60,6 +60,8 @@ | ||
`gutter` describes the gaps between columns in pixels | ||
## `<klp-grid-row>` | ||
Grid rows must have a parent container at some level. There direct children can only be | ||
grid columns. any other child will throw an error. | ||
Grid rows must have a parent container at some level. Their direct children can only be | ||
grid columns. Any other child will throw an error. | ||
@@ -66,0 +68,0 @@ ## `<klp-grid-column>` |
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
166769
106