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:
- Clone this repository.
- Install the dependencies using the
npm install
command from the terminal. - Serve it locally by running
ng serve
. - 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.