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

@klippa/ngx-grid

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@klippa/ngx-grid - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"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>`

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