npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@wponion/flexboxgrid2

v1.0.2

Published

Grid based off of CSS3 flexbox specification

Downloads

5

Readme

FlexBoxGrid-2

npm version

Modern 12 column grid system based on flex property.

Documentation

Motivation

Forked from evgenyrodionov/flexboxgrid2 because original project seems to be abandoned for me. also i required a bit more change to the core. so i forked it.

Device Break Points

| Device Type | Min Width | Max Width | | ----------- | --------- | -------- | | xs | 0 | 575px | | sm | 576px | 767px | | md | 768px | 991px | | lg | 992px | 1199px | | xl | 1200px | ∞ |

Grid System CSS Classes

| Class Name | Usage | | ---------- | ---- | | wpo-container | Fixed Width Container | | wpo-container-fluid | Full Width Container | | wpo-row | Column Row | | wpo-col-xs-* | Extra small Device Columns from wpo-col-xs to wpo-col-xs-12 | | wpo-col-sm-* | Small Device Columns from wpo-col-sm to wpo-col-sm-12 | | wpo-col-md-* | Medium Device Columns from wpo-col-md to wpo-col-md-12 | | wpo-col-lg-* | Large Device Columns from wpo-col-lg to wpo-col-lg-12 | | wpo-col-xl-* | Extra Large Device Columns from wpo-col-xl to wpo-col-xl-12 | | wpo-col-xs-offset-* | Offset a div in Extra small Device Columns from wpo-col-xs to wpo-col-xs-12 | | wpo-col-sm-offset-* | Offset a div in Small Device Columns from wpo-col-sm to wpo-col-sm-12 | | wpo-col-md-offset-* | Offset a div in Medium Device Columns from wpo-col-md to wpo-col-md-12 | | wpo-col-lg-offset-* | Offset a div in Large Device Columns from wpo-col-lg to wpo-col-lg-12 | | wpo-col-xl-offset-* | Offset a div in Extra Large Device Columns from wpo-col-xl to wpo-col-xl-12 | | wpo-reverse | Reversing. Works with wpo-row and wpo-col-* |

Utilites CSS Class

| Class Name | Usage | | ---------- | ---- | | wpo-no-gutters | No Padding & No Margin used on wpo-row div's | | wpo-no-padding | No Padding | | wpo-no-margin | No Margin | | wpo-hidden-* | Sets Display None | | wpo-visible, wpo-*-visible | CSS Visibility Set to Visible | | wpo-invisible, wpo-*-invisible | CSS Visibility Set to Hidden | | wpo-float-right, wpo-float-*-right | CSS Visibility Set to Visible | | wpo-float-left, wpo-float-*-left | CSS Visibility Set to Visible | | wpo-float-none, wpo-float-*-none | CSS Visibility Set to Hidden | | wpo-start-*| Add classes to align elements | | wpo-center-*| Add classes to align elements | | wpo-end-*| Add classes to align elements | | wpo-top-*| Add classes to align elements | | wpo-middle-*| Add classes to align elements | | wpo-bottom-*| Add classes to align elements | | wpo-around-*| Add classes to distribute the contents of a row or column. | | wpo-between-*| Add classes to distribute the contents of a row or column. | | wpo-first-*| Add classes to reorder columns. | | wpo-last-*| Add classes to reorder columns. | | wpo-initial-order-*| Add classes to reorder columns. |

Examples

Demo

Installation

with npm

npm install --save @wponion/flexboxgrid2

License

This project is licensed under MIT. See the LICENSE file for more info.

Backed By

| DigitalOcean | JetBrains | Tidio Chat | | --- | --- | --- |