Giter VIP home page Giter VIP logo

flexlayout's Introduction

Flexlayout is a layout component based on CSS3 Flexible Box Layout Module for the purpose of layout components. It support cross-browser by wrapping flexie– the Cross-browser support for the CSS3 Flexible Box Model library created by doctyper on github.

Since CSS3 Flexible Box Layout is a specification under development by the W3C CSS working group and seems not done yet, there is no guarantee for identical appearance and still has some browser issue.

Demo

http://content.screencast.com/users/benbai123/folders/Default/media/e88aca91-16b5-4544-9f22-05af4c025256/flexlayout_demo.swf

Example

Properties

flexlayout

*	**orient**
	(optional) The box-orient of this Flexlayout.
	Possible values: `horizontal`, `vertical`
	Default: `horizontal`
*	**align**
	(optional) The box-align of this Flexlayout.
	Possible values: `stretch`, `start`, `end`, `center`
	Default: `center`
*	**direction**
	(optional) The box-direction of this Flexlayout.
	Possible values: `normal`, `reverse`
	Default: `normal`
*	**pack**
	(optional) The box-pack of this Flexlayout.
	Possible values: `start`, `end`, `center`, `justify`
	Default: `center`

flexchildren

*	**flex**
	(optional) The box-flex value of this Flexchildren.
	Possible values: int >= 0
	Default: 0
*	**ordinal**
	(optional) The ordinal-group number of this Flexchildren.
	Possible values: int >= 1
	Default: 1

flexlayout's People

Contributors

benbai123 avatar

Stargazers

Renato Carvalho avatar  avatar

Watchers

 avatar

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.