0.0.0-beta-3 • Published 7 years ago

mflex v0.0.0-beta-3

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

API Documentation

Beta version flex for angular ˆ2

Installation

  • node v8.1.4
  • npm 5.3.0
  • @angular/cli: 1.2.5
  • @angular 4.2.0
$ npm install --save mflex

Module

import { FlexModule } from 'mflex';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    FlexModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Version 0.0.0-beta-3

Options

tagcssoptions
fxMflex-directionrow, row-reverse, column, column-reverse
fxMWflex-wrapwrap, wrap-reverse, nowrap
fxMAalign-itemsbaseline, center, flex-end, flex-start, stretch
fxMJjustify-contentcenter, flex-end, flex-start, space-around, space-between

License


MIT

Free Software, Hell Yeah!