Giter Club home page Giter Club logo

objects.pack's Introduction

Pack

inuitcss’ Pack object simply causes any number of elements pack up horizontally to automatically fill an equal, fluid width of their parent.

Dependencies

inuitcss’ Pack object depends on two other inuitcss modules:

If you install the Pack object using Bower, you will get these dependencies at the same time. If not using Bower, please be sure to install and @import these dependencies in the relevant way.

Installation

The recommended installation method is Bower, but you can install the Pack module via a Git Submodule, or copy and paste.

Install using Bower:

$ bower install --save inuit-pack

Install using npm:

$ npm install --save inuit-pack

Once installed, @import into your project in its Objects layer:

@import "bower_components/inuit-pack/objects.pack";

Install as a Git Submodule

$ git submodule add [email protected]:inuitcss/objects.pack.git

Once installed, @import into your project in its Objects layer:

@import "objects.pack/objects.pack";

Install via file download

The least recommended option for installation is to simply download _objects.pack.scss into your project and @import it into your project in its Objects layer.

Usage

Basic usage of the Pack object uses the required classes:

<div class="pack">
    <div class="pack__item">
        Foo
    </div>
    <div class="pack__item">
        Bar
    </div>
    <div class="pack__item">
        Baz
    </div>
</div>

The only valid children of the .pack node are .pack__items.

Options

Other, optional classes can supplement the required base classes:

  • .pack--auto: cause packed items to have an automatically determined, non-equal width.
  • .pack--[tiny|small|large|huge]: alter the gutter between pack items.
  • .pack--rev: reverse the rendered horizontal order of packed items.
  • .pack--[middle|bottom]: align packed items to the middles or bottoms of each other.

For example:

<div class="pack  pack--small  pack--rev">
    <div class="pack__item">
        Foo
    </div>
    <div class="pack__item">
        Bar
    </div>
    <div class="pack__item">
        Baz
    </div>
</div>

objects.pack's People

Contributors

anselmh avatar csswizardry avatar jamiemason avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

objects.pack's Issues

Add responsive option

I believe there are cases for responsive pack, and it should be easy to done (just like objects.flag).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.