# UI components libraries

## List of components available per library

## List of libraries

* **angular material 2** : The official material  library, good quality components but some are missing

<https://github.com/angular/material2>

* **angular 2 materialize.css integration** : integration of [materialize.css](http://materializecss.com/) for dynamic component using jquery

<https://github.com/InfomediaLtd/angular2-materialize>

* **Semantic ui**

<https://semantic-ui.com/> Plus it's angular 2 library [ng-semantic.herokuapp.com](https://github.com/sinsunsan/dev-wiki/tree/e91a89337cb472fad5198a7110a0eaa8d63d66f5/ng-semantic.herokuapp.com)

<https://github.com/edcarroll/ng2-semantic-ui> An alternative that is independant from the original jquerylibrary

* **primeng** a collection of widget and library

<https://www.primefaces.org/primeng/#/fileupload>

* **ng bootstrap** a famous UI library in angular 1 that is being ported to angular 2

<https://valor-software.com/ng2-bootstrap>

* **dev extreme** Specialized in data viz, tables, filtering...

<https://github.com/DevExpress/devextreme-angular#demos>

* **Fuel UI** On top of bootstrap 4

<http://fuelinteractive.github.io/fuel-ui/>

## Specific libraries

* **ng2-sticky** Allow a div to be sticky and stay at the same place in the screen independantly of the scroll <https://github.com/makseo/ng2-sticky>

## Grids

* **angular2Grister** <https://swiety85.github.io/angular2gridster/> Good to make jquery, with no jquery dependency
