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

@ecl/vanilla-layout-grid

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecl/vanilla-layout-grid

ECL Grid

  • 3.3.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
404
decreased by-54.04%
Maintainers
6
Weekly downloads
 
Created
Source

ECL Grid

Use a grid to give your design a basic underlying structure. By placing your design elements on the invisible lines of a grid, you will create a more structured and coherent composition.

The ECL Grid uses Bootstrap v4's grid. Designs are based on the 12-column Bootstrap grid system.

We use 5 breakpoints, of which 3 of them are native to Bootstrap.

LayoutWidthsMedia queries
Extra smallAny
SmallBigger than 479px@media (min-width: 480px)
MediumBigger than 767px@media (min-width: 768px)
LargeBigger than 991px@media (min-width: 992px)
Extra largeBigger than 1199px@media (min-width: 1200px)

Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases.

It includes predefined classes for easy layout options, as well as powerful mixins for generating more semantic layouts.

Refer to Bootstrap documentation for understanding the general concepts. When using the grid of ECL, use .ecl- namespace in front of Bootstrap's classes in order to avoid collisions.

Keywords

FAQs

Package last updated on 29 Jun 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

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