Facebook.CSSLayout
0.8.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Facebook.CSSLayout --version 0.8.0
NuGet\Install-Package Facebook.CSSLayout -Version 0.8.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.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Facebook.CSSLayout --version 0.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Facebook.CSSLayout, 0.8.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.8.0 // Install Facebook.CSSLayout as a Cake Tool #tool nuget:?package=Facebook.CSSLayout&version=0.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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,238 | 6/2/2016 |
2.0.0-pre | 3,532 | 5/23/2016 |
1.1.1 | 2,081 | 11/19/2015 |
1.0.1 | 1,317 | 10/14/2015 |
1.0.0 | 1,335 | 9/9/2015 |
0.14.0 | 1,424 | 5/29/2015 |
0.13.0 | 1,342 | 5/20/2015 |
0.12.0 | 1,291 | 5/20/2015 |
0.11.0 | 1,332 | 5/16/2015 |
0.10.0 | 1,325 | 5/14/2015 |
0.9.0 | 1,359 | 5/1/2015 |
0.8.0 | 1,388 | 4/7/2015 |
0.7.0 | 1,378 | 4/5/2015 |
0.6.0 | 1,357 | 4/1/2015 |
0.5.0 | 1,336 | 3/27/2015 |
0.4.0 | 1,366 | 3/22/2015 |
0.3.0 | 1,353 | 3/18/2015 |
0.2.0 | 1,336 | 3/18/2015 |
0.1.0 | 1,615 | 2/24/2015 |
First version of the csharp port of Facebook's css-layout Java API and flexbox layouting algorithm.