New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@zanichelli/albe-grid-system

Package Overview
Dependencies
Maintainers
18
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zanichelli/albe-grid-system

Zanichelli Grid System

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
34
209.09%
Maintainers
18
Weekly downloads
 
Created
Source

Zanichelli Grid System

Table of Contents

  • Usage
  • Requirements
  • Deployment

Usage

Simple usage can be:

```html
<div class="container">
  <h3>Mixed</h3>
  <div class="grid">
    <div class="col-xl-6 col-md-4">col-xl-6 col-md-4</div>
    <div class="col-xl-6 col-md-4">col-xl-6 col-md-4</div>
  </div>
  <div class="grid">
    <div class="col-sm-4 col-xl-5">col-sm-4 col-xl-5</div>
    <div class="col-sm-4 col-xl-5">col-sm-4 col-xl-5</div>
  </div>
  <div class="grid">
    <div class="col-md-2 col-xl-6">col-xl-6 col-md-2</div>
    <div class="col-md-2 col-xl-6">col-xl-6 col-md-2</div>
    <div class="col-xl-6 col-md-4 col-xl-2">col-xl-6 col-md-4 col-xl-2</div>
  </div>
</div>

For other example see example folder

To use the library add to your package json in dependecies section as:

yarn add @zanichelli/albe-grid-system

Import it in your stylesheet with:

@import '~@zanichelli/albe-grid-system/css/grid-system.css';

FAQs

Package last updated on 02 Mar 2022

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