Facebook.CSSLayout 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Facebook.CSSLayout --version 0.2.0
NuGet\Install-Package Facebook.CSSLayout -Version 0.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Facebook.CSSLayout" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Facebook.CSSLayout --version 0.2.0
#r "nuget: Facebook.CSSLayout, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Facebook.CSSLayout as a Cake Addin
#addin nuget:?package=Facebook.CSSLayout&version=0.2.0

// Install Facebook.CSSLayout as a Cake Tool
#tool nuget:?package=Facebook.CSSLayout&version=0.2.0

A subset of CSS's flexbox layout algorithm and box model. Note that this is an unofficial port of the Facebook's css-layout open source project to .NET.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1-pre 6,202 6/2/2016
2.0.0-pre 3,505 5/23/2016
1.1.1 2,041 11/19/2015
1.0.1 1,290 10/14/2015
1.0.0 1,310 9/9/2015
0.14.0 1,393 5/29/2015
0.13.0 1,318 5/20/2015
0.12.0 1,261 5/20/2015
0.11.0 1,292 5/16/2015
0.10.0 1,295 5/14/2015
0.9.0 1,323 5/1/2015
0.8.0 1,355 4/7/2015
0.7.0 1,345 4/5/2015
0.6.0 1,318 4/1/2015
0.5.0 1,301 3/27/2015
0.4.0 1,335 3/22/2015
0.3.0 1,317 3/18/2015
0.2.0 1,304 3/18/2015
0.1.0 1,581 2/24/2015

First version of the csharp port of Facebook's css-layout Java API and flexbox layouting algorithm.