App reviews, troubleshooting, and recommendations
I want to use polaris components like card , banner etc. in my app but it is not a react app so how can i use them without using react.
You can include the Polaris CSS in your html from "unpkg.com/@shopify/polaris@12/build/esm/styles.css" The Polaris docs website has sample codes for both react and html for each component; you can use the html samples. https://polaris.shopify.com/components
The cdn you provided is not working
I'm using Vue and trying the html version of Polaris. You can use the CDN:
https://www.jsdelivr.com/package/npm/@shopify/polaris
Or you can install with npm install @Shopify/polaris and include the css with:
import '@shopify/polaris/build/esm/styles.css';
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025