agora_polaris v1.4.6
Agora Polaris
This library is a personal project, if you somehow stumbled here, do not use this package in production. If you're interested you can leave some opinions.
About
Agora is a component library based on Shopify's Polaris. This library aims to increase development productivity by providing ready to use components that do not exist in Polaris, such as Steppers or Tables. Also, I've noticed that there are some patterns I'm writing on and on in different projects, such as: the layout of the app, the navigation, cards with live previews for custom buttons that should be reflected on the storefront, custom color pickers, billing cards etc, so, I've decided to abstract the logic into reusable components.
How it should work
For now, Polaris is not required, because it is a dependency of Agora. Install Agora from NPM
$ npm i agora_polaris
After installing Agora wrap your application entry with the AppConfig component, this component will take care of Polaris i18n translation. It is somehow a replacement for AppProvider (and for Provider from AppBridge in the future)