Webpack Library Boilerplate

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Buttons

.btn.red {}

Code snippets

.code-snippet {}

const locations = [
    {"address": "446 Lý Thường Kiệt, Phường 7, Tân Bình, Thành phố Hồ Chí Minh, Vietnam"},
    {"address": "265 Âu Cơ, Phường 5, Quận 11, Thành phố Hồ Chí Minh, Vietnam"},
    {"address": "1-3 Ngô Gia Tự, Phường 2, Quận 10, Thành phố Hồ Chí Minh 700000, Vietnam"},
    {"address": "221 Nguyễn Thái Học, Phường Cầu Ông Lãnh, Quận 1, Thành phố Hồ Chí Minh, Vietnam"},
];
const storeLocator = EasyStoreLocator.init({
    target: '.default-store-locator',
    locations,
    onAfterInit: (context) => {
        console.log(context.locations)
    }
});