1.0.9 • Published 2 years ago

flex-facility v1.0.9

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

Flex Facility 🛠

What it is?

Flex Facility is a CSS3 library that manipulates the CSS Flexible Box Layout (or better known as Flexbox by the most of the developers) through classes that are insert inside the structure of your web project (HTML, JSX and others...).

Ok, and how to Use? 🤔

To use Flex Facility is very simple, you just need to add the library to your project with one of this two ways:

The first, the old NPM:

  npm i flex-facility

If you added with NPM, you need to import the Flex Facility in your project...

...in the HTML:

  <link rel="stylesheet" href="/node_modules/flex-facility/src/flexFacility.min.css">

...in the CSS:

  @import "./node_modules/flex-facility/src/flexFacility.min.css";

The second and old too, with UNPKG:

  <link rel="stylesheet" href="https://unpkg.com/flex-facility">

Now, just start adding the classes and organizate the content of your webpage!

By the way, you can access the website too for see all the classes: https://flex-facility.vercel.app/

(Currently just in portuguese because I'm brazilian, but I'm gonna translate to english and add more languages)

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago