All Projects β†’ ixrock β†’ Flexbox

ixrock / Flexbox

CSS library for easier work with flex boxes

Projects that are alternatives of or similar to Flexbox

Reactsimpleflexgrid
A way to quickly add a Grid Layout to your React app πŸš€
Stars: ✭ 181 (+964.71%)
Mutual labels:  grid-layout, sass, flexbox
Personal Goals
List of books I've read, projects I've done, videos I've seen, articles I've read or podcasts I've listened to.
Stars: ✭ 75 (+341.18%)
Mutual labels:  grid-layout, sass, flexbox
Grassy
Build layout through ASCII art in Sass (and more). No pre-built CSS. No additional markup.
Stars: ✭ 335 (+1870.59%)
Mutual labels:  grid-layout, sass
Csslayout
This project is developed by Nguyen Huu Phuoc. I love building products and sharing knowledge.
Stars: ✭ 4,832 (+28323.53%)
Mutual labels:  grid-layout, flexbox
Mylinearlayout
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App θ‡ͺεŠ¨εΈƒε±€ UIView UITab…
Stars: ✭ 4,152 (+24323.53%)
Mutual labels:  layout, grid-layout
Layout Demo
Various Layouts Of CSS
Stars: ✭ 264 (+1452.94%)
Mutual labels:  layout, flexbox
React Flexview
A powerful React component to abstract over flexbox and create any layout on any browser
Stars: ✭ 276 (+1523.53%)
Mutual labels:  layout, flexbox
Tentcss
🌿 A CSS survival kit. Includes only the essentials to make camp.
Stars: ✭ 400 (+2252.94%)
Mutual labels:  sass, flexbox
gymnast
🀸 Configurable grid and layout engine for React
Stars: ✭ 35 (+105.88%)
Mutual labels:  layout, flexbox
Avalanche
Superclean, powerful, responsive, Sass-based, BEM-syntax CSS grid system
Stars: ✭ 627 (+3588.24%)
Mutual labels:  grid-layout, sass
Waffle Grid
An easy to use flexbox grid system.
Stars: ✭ 602 (+3441.18%)
Mutual labels:  sass, flexbox
Flex Layout
Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
Stars: ✭ 5,705 (+33458.82%)
Mutual labels:  layout, flexbox
Bulma Helpers
Library with missing Functional / Atomic CSS classes for Bulma framework
Stars: ✭ 263 (+1447.06%)
Mutual labels:  sass, flexbox
zeus
A novel mobile first flexbox BEM css grid.
Stars: ✭ 14 (-17.65%)
Mutual labels:  flexbox, grid-layout
Flexbox React
Unopinionated, standard compliant flexbox component. No propietary APIs. Nothing but flexbox.
Stars: ✭ 319 (+1776.47%)
Mutual labels:  layout, flexbox
flexbin
Pure CSS, flexible and gapless image gallery layout like Google Images and 500px.com
Stars: ✭ 93 (+447.06%)
Mutual labels:  layout, flexbox
React Native Responsive Grid
Bringing the Web's Responsive Design to React Native
Stars: ✭ 369 (+2070.59%)
Mutual labels:  layout, flexbox
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+4111.76%)
Mutual labels:  sass, flexbox
ReactSimpleFlexGrid
A way to quickly add a Grid Layout to your React app πŸš€
Stars: ✭ 185 (+988.24%)
Mutual labels:  flexbox, grid-layout
react-flex-columns
Easy layout columns for React - Using Flexbox under the hood.
Stars: ✭ 18 (+5.88%)
Mutual labels:  layout, flexbox

Flexbox + css variables = ❀

Learn flex boxes as is: classes just reflects css-properties!

Super small & easy: only ~3Kb (minified version).

Install

yarn add flex.box

npm install flex.box --save

bower install flex.box --save

Quick cheatsheet

.flex
    [.inline.auto.column.reverse.wrap.center.fullsize.gaps]
    [.justify-(flex-start|center|flex-end|space-around|space-between)] /** justify-content **/
    [.align-(flex-start|center|flex-end|stretch|baseline)] /** align-items **/
    [.content-(flex-start|center|flex-end|space-around|space-between|stretch)] /** align-content **/

.flex > .box
    [.first.last.grow[-fixed].nogrow.noshrink]
    [.self-(flex-start|center|flex-end|stretch|baseline)]  /** align-self **/
    [.center.top.bottom.left.right]  /** margin **/
    
.flex[.grid-(1-12)] /** grid size **/
    > [.col-(1-12)] /** column size */

API docs and live examples

https://ixrock.github.io/flexbox/docs/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].