nativescript-material-icons
nativescript-material-icons copied to clipboard
A plugin to quickly integrate material design font icons in nativescript project.
the script not normalize the path on windows. src dir for use NativeScript >= 5
Many new icons have been added to Material Icons list. Please update the css and font files to support them. Thank you.
The NativeScript folder strucutre is as follows: ~my-project/src/app. Therefore it can not find the app folder directly inside my project, since there is no direct ~my-project/app folder. Consequently, I can...
I'm doing a code-share project and trying to include material icons in my project. My project structure is as follows ``` src - app - assets - - material-design-icons.css -...
I was following this https://docs.nativescript.org/angular/best-practices/startup-times.html article to speed up my app startup ({N} + angular) and everything was fine during the installation. When I tried running npm run start-android-bundle --uglify...
I'm using {N} core vanilla JS app, how can I use/include these icons in my code (specifically in the action bar) in that app? Your tutorial only speaks of Angular...