Skip to main content

AppProvider

Sets up the Polaris AppProvider and injects the App Bridge script.

This component extends the AppProvider component from Polaris, and accepts all of its props except for linkComponent, which is overridden to use the Remix Link component.

| []
required

A locale object or array of locale objects that overrides default translations. If specifying an array then your primary language dictionary should come first, followed by your fallback language dictionaries

Anchor to children
children
React.ReactNode

Inner content of the application

Anchor to features
features

For toggling features

Anchor to linkComponent
linkComponent

A custom component to use for all links used by Polaris components

Anchor to theme
theme
ThemeName


Was this page helpful?