Provider Props

Provider Props

NameTypeDefaultDescription

dark

boolean

false

Include dark: variants (if dark theme is in use)

theme

'ios' | 'material' | 'parent'

'material'

App theme. If set to 'parent' it will look for ios or md class on root <html> element, useful to use with parent framework like Framework7 or Ionic

touchRipple

boolean

true

Enables touch ripple effect in Material theme. Allows to globally disable touch ripple for all components

Last updated