0.0.17 • Published 24 days ago

@philipibovo/ngx-flexbox v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
24 days ago

ngx-flexbox

ngx-flexbox provides an easy layout API using Flexbox CSS. This module provides Angular developers with component layout features using a custom Layout API, mediaQuery observables, and injected DOM flexbox-2016 CSS stylings.

This lib was created as an alternative to @angular/flexlayout, and was heavily inspired by it.


Getting Started

Start by installing the Angular Layout library from npm

npm install --save @philipibovo/ngx-flexbox

Next, you'll need to import the ngx-flexbox module in your module.

my-module.module.ts

import { NgxFlexboxModule } from '@philipibovo/ngx-flexbox';
...

@NgModule({
    ...
    imports: [ NgxFlexboxModule ],
    ...
});

After that is configured, you can use the ngx-flexbox attributes in your HTML tags for ngx-flexbox:

<div pbFxLayout="row" pbFxLayoutAlign="start space-between"></div>

Check out all of the available options for using ngx-flexbox in your application.


Browser Support

  caniuseflexbox


License

The sources for this package are in the ngx-flexbox repository. Please file issues and pull requests against that repo.

License: MIT

0.0.17

24 days ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1-alpha-001

8 months ago

0.0.1-beta-008

8 months ago

0.0.1-beta-007

8 months ago

0.0.1-beta-006

8 months ago

0.0.1-beta-005

8 months ago

0.0.1-beta-004

8 months ago

0.0.1-beta-003

8 months ago

0.0.1-beta-002

8 months ago

0.0.1-beta-001

8 months ago

0.0.1

8 months ago

1.0.0

8 months ago