nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
215 stars 80 forks source link

Update readme for MDBottomNavigation example for vue #290

Open sowinski opened 3 years ago

sowinski commented 3 years ago

I can not see the icons using your example here for vue:

https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation#nativescript--vue

I have to change this: <Image src="font://&#xf015;" class="fas"></Image> to <Image src.decode="font://&#xf015;" class="fas"></Image>

Tested on the latest NativeScript 8 version.

farfromrefug commented 3 years ago

@sowinski thanks ! care to create a PR? thanks