nereo-material

This project contains [Material Design](https://material.io/design/) components built with Angular and Angular Material. Its goal is to provide components that are not yet implemented in [Angular Material](https://material.angular.io/).


Keywords
Angular, Angular Material, Backdrop, Banner, Contextual Toolbar
License
MIT
Install
npm install nereo-material@0.4.2

Documentation

Nereo Material

This project contains the Nereo Material (nm) library, which aims to provide additional Material Design components that are not availble in Angular Material, at least, at the time of their creation.

Local Development

It is nothing else than an Angular project with Angular Material imported. In order to see and run the code locally, follow the steps below:

  1. Clone this repository.
  2. Install the dependencies using the npm install command from the terminal.
  3. Serve it locally by running ng serve.
  4. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Note that the library was created as an Angular 6 CLI Library. The library code is located inside of projects/nm.

Demo Site Project

To see what components look like you can check the Demo Site project, either the code or the live demo.

Contribute

If you want to contribute, feel free to create Pull Requests or Issues suggesting new components or functionalities on the existing ones.