Socket
Book a DemoInstallSign in
Socket

@stejnar/grid

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stejnar/grid

Angular component library

1.1.9
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

@stejnar/grid

Angular component library for resposible grid views

npm package:
https://www.npmjs.com/package/@stejnar/grid

Components

1. Grid

<grid width?>
@Input width: number (in %)

2. GridRow

<row width?>
@Input width: number (in %)

3. GridColumn

<column offset? span?>
@Input offset: number (# of columns skipped)
@Input span: number (# of columns to extend)

Usage

<grid>
    <row width="80">
        <column>1</column>
        <column>2</column>
        <column>3</column>
    </row>
    <row>
        <column>4</column>
    </row>
    <row>
        <column offset="3">5</column>
    </row>
    <row>
        <column offset="1">6</column>
        <column>7</column>
    </row>
</grid>

Keywords

angular2

FAQs

Package last updated on 07 Jul 2017

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.