0.0.17 • Published 1 year ago

@philipibovo/ngx-flexbox v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1-alpha-001

2 years ago

0.0.1-beta-008

2 years ago

0.0.1-beta-007

2 years ago

0.0.1-beta-006

2 years ago

0.0.1-beta-005

2 years ago

0.0.1-beta-004

2 years ago

0.0.1-beta-003

2 years ago

0.0.1-beta-002

2 years ago

0.0.1-beta-001

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago