flx-layout

1.0.0 • Public • Published

Introduction

flx-layout is a flexbox library for creating responsive and mobile-first layouts

Quick start

Looking to quickly add Flx to your project? Install flx-layout using npm package:

npm install --save flx-layout

Usage

In your global styles import flx-layout:

@import 'flx-layout';

In your html write the following:

<div class="flx-layout flx-layout-row flx-layout-justify-between">
    <div class="box"></div>
    <div class="box"></div>
    <div class="box"></div>
</div>

Package Sidebar

Install

npm i flx-layout

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

165 kB

Total Files

10

Last publish

Collaborators

  • brkcoder