Skip to content

m1ga/ti.flexbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ti.flexbox - Flexbox layout for Titanium

Currently: Android only using https://github.com/google/flexbox-layout

Example

const TiFlexbox = require('ti.flexbox');
const flexView = TiFlexbox.createFlexView({
	direction: "row",
	justifyContent: "spaceAround"
});

Parameters

  • direction: row, rowReverse, column, columnReverse,
  • alignItems: stretch, baseline, center, flexEnd, flexStart
  • alignContent: spaceBetween, spaceAround, center, flexEnd, flexEnd
  • justifyContent: spaceBetween, spaceEvenly, spaceAround, center, flexEnd, flexStart
  • wrap: wrap, noWrap

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published