ownego / polaris-vue

Shopify Polaris design system for Vue JS. Shopify’s design system to help us build the great apps for all of our merchants.
https://ownego.github.io/polaris-vue/
MIT License
139 stars 29 forks source link

Modal deprecated #396

Open Lazerproof opened 2 months ago

Lazerproof commented 2 months ago

Hi.

I couldn't find any information about why the Modal component is listed under the deprecated category. Is there a specific reason for this, or is there a replacement component that we should use instead?

Thanks!

juzser commented 2 months ago

@Lazerproof We also don't know why, we're just putting modal into deprecated category to the same as Shopify structure.

As I understand and research from Shopify, they want us to use the native Modal of AppBridge library instead of manual modal of Polaris. But seems like the AppBridge Modal has many bugs then they keep this modal in deprecated category until now.

You can try to use AppBridge Modal as in here.