0.0.9 • Published 6 years ago

iwe7-flex v0.0.9

Weekly downloads
21
License
-
Repository
-
Last release
6 years ago

step1 install

yarn add iwe7-flex

step2 imports module

import { Iwe7FlexBoxModule } from 'iwe7-flex';

@NgModule({
  imports:[Iwe7FlexBoxModule]
})

step3: use

<flex>
  <flex-item><flex-item>
</flex>

docs

  • flex docs
@Input() flex: string;
@Input() direction: string;
@Input() wrap: string;
@Input() justify: string;
@Input() align: string;
@Input() alignContent: string;
  • flex-item docs
@Input() order: number;
@Input() grow: number;
@Input() shrink: number;
@Input() basis: string;
@Input() self: AmFlexItemSelf;
0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago