0.0.16 • Published 5 years ago

@decodex/flex-components v0.0.16

Weekly downloads
15
License
MIT
Repository
-
Last release
5 years ago

FlexComponents

This library was generated with Angular CLI version 7.2.0.

##Install dependencies In your project install

  • npm i @fortawesome/fontawesome-free
  • npm i @decodex/flex-components

Import module

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { FlexComponentsModule } from '@decodex/flex-components';
@NgModule({
   declarations: [
    AppComponent
  ],
  imports: [
      BrowserModule,
      FlexComponentsModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

#Components

Component list:

  • flex-button
  • flex-card
  • flex-center-title
  • flex-footer
  • flex-group-card
  • flex-group-card-columns
  • flex-group-card-description
  • flex-group-card-subtitle
  • flex-group-card-title
  • flex-header-image
  • flex-input
  • flex-maps
  • flex-menu
  • flex-menu-item
  • flex-profile-card
  • flex-svg
  • flex-target
  • flex-taxtarea

#Example

<flex-card>Flex card work fine</flex-card>
0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago