GithubHelp home page GithubHelp logo

pratikthecook / amexio.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meta-magic/amexio.github.io

0.0 1.0 1.0 1.38 MB

Amexio (Angular MetaMagic EXtensions for Inputs and Outputs) is a rich set of Angular 4 components powered by Bootstrap 3. We provide a single module as an import for using our rich set of components and can be easily configured and implemented in a project. Check out the Amexio UI Library Demo and API documentation.

Home Page: http://www.amexio.tech

License: Apache License 2.0

JavaScript 3.53% TypeScript 96.47%

amexio.github.io's Introduction

amexio-angular-extension

Installation

To install this library, run:

$ npm install amexio-angular-extension --save-dev

Consuming Amexio Widget library

Once you have published your library to npm, you can import your library in any Angular application by running:

$ npm install amexio-angular-extension

and then from your Angular AppModule:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';

// Import a single module  library
import { AmexioWidgetsModule } from 'amexio-angular-extension';

/**
User can select single Module <code>AmexioWidgetsModule</code> which will provide you with all the components or
you could opt for single component based such as <code>AmexioDataTableModule</code> <code>AmexioCheckBoxModule</code> etc.
**/

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    AmexioWidgetsModule  // OR Single Module AmexioDataTableModule,etc.
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

List Of Available Modules for specific components :

Component Name Module Name
Amexio Button AmexioBtnModule
Amexio Button Dropdown AmexioBtnDropdownModule
Amexio Button Group AmexioBtnGroupModule
Amexio Carousel AmexioCarouselModule
Amexio CheckBox AmexioCheckBoxModule
Amexio DataGrid AmexioDataTableModule
Amexio DropDown AmexioDropDownModule
Amexio Email AmexioEmailModule
Amexio FileUpload AmexioFileUploadModule
Amexio Hidden Field AmexioHiddenModule
Amexio Item Selector AmexioItemSelectorModule
Amexio Number Field AmexioNumberModule
Amexio Password Field AmexioPasswordModule
Amexio Progress Bar AmexioProgressModule
Amexio Radio Field AmexioRadioModule
Amexio Rating Field AmexioRatingModule
Amexio Tab Pane AmexioTabPaneModule
Amexio Text Area AmexioTextAreaModule
Amexio Text Field AmexioTextInputModule
Amexio Tree Table AmexioTreeTableModule
Amexio Tree view AmexioTreeModule

Once AmexioWidget library is imported, you can use its components in your Angular application:

<!-- You can now use your library component in app.component.html -->
<amexio-text-input [label]="'Sample Text'" [(ngModel)]="model.example"></amexio-text-input>

License

Link : License Page
Apache 2 License © 2017 MetaMagic Global

amexio.github.io's People

Contributors

arafkarsh avatar ketan-gote avatar

Watchers

 avatar

Forkers

sujeethaganesan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.