Note This project is currently not actively maintained.
NGX Materialize UI is an Angular Component Library based on the Materialize CSS framework. In generall it wraps the compoents from the Materialize CSS Framework into Angular components.
Yes, but if you are looking for a Material design framework wich is available in pure CSS (because you need it outside of the angular world too) as well as in the form of Angular components, then the combination of Materialice CSS and NGX Materialize UI is the right thing for you.
To use the library in your probject you have to follow these steps:
- Add the library to you package.json as a dependency.
- Add the
MaterializeUiCoreModule
to the imports of your AppModule. - Wrap you entire application or the block in which you would like to use the NGX Materialize UI components with the
<mui-root-container>
element. - Start using the NGX Materialize UI components inside the
<mui-root-container>
element.
This project was generated with Angular CLI version 9.1.8.
This library uses Storybook for development and documentation. We will make the storybook documenation pages available online soon.
To run the documentation locally just clone the repository, execute an npm install
and after that npm run storybook
. You can then browse the documentation on http://localhost:6006
.