UNPKG

bootstrap-shopify-theme

Version:

A free [**Shopify Theme**](https://github.com/maxvien/bootstrap-shopify-theme) built with [**Bootstrap**](https://getbootstrap.com/), [BEM](http://getbem.com/), [Theme Tools](https://shopify.dev/tools/themes), [Swiper](https://swiperjs.com/), [Gulp](https

9 lines (6 loc) 253 B
import { AddressForm } from '@shopify/theme-addresses'; const forms = document.querySelectorAll('.snippet-address-form'); forms.forEach((form) => { const fields = form.querySelector('.snippet-address-form__fields'); AddressForm(fields, 'en'); });