1.0.1 • Published 5 years ago

@isradln/flexboxlayout v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Flexbox Layout

Minimal library to help you quickly start using all Flexbox properties through CSS classes. Flexbox Layout is already prefixed, and production ready.

npm npm license

Quick start

Use the CDN for a quick start:

<!-- Flexbox Layout -->
<link href="https://cdn.statically.io/gh/isradeleon/flexboxlayout/1.0.0/production/flexboxlayout.min.css" rel="stylesheet">

Easy installation

Download the library from here, or install it via NPM:

npm install @isradln/flexboxlayout

Then import the production file:

<!-- Import the styles -->
<link href="production/flexboxlayout.min.css" rel="stylesheet">

Now start using flexbox through CSS classes!

Documentation

Flexbox Layout documentation. You'll also find the documentation in this repository in case you want to contribute.

Features

  • Already prefixed
  • Production ready
  • Lightweight: only 2K size

Made with

License

This library is licensed under MIT license. View license.