Build beautiful, usable products using Material Components for NativeScript.
- Button
- Floating Action Button
- Textfield
- CardView
- Slider
- Progress
- ActivityIndicator
- Dialogs
- Bottom Sheets
- Ripple View
- Snackbar
- Bottom Navigation Bar
For Material Components to work correctly with {N} 6 and AndroidX you need to update your android app theme.
inside App_ressources/android/res/values/styles.xml
replace all occurences of Theme.AppCompat
with Theme.MaterialComponents
npm i
npm run tsc
npm run demo.ios
npm run demo.android