Skip to content

Instantly share code, notes, and snippets.

@maxarouca
Created June 21, 2022 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxarouca/2cc342ac54a6a6b8efcf4bc415430780 to your computer and use it in GitHub Desktop.
Save maxarouca/2cc342ac54a6a6b8efcf4bc415430780 to your computer and use it in GitHub Desktop.
<script type="module">
    import loader from 'https://hub-pagamentos-dev.msalso.com/static/js/loader.js';
    const config = {
      colors: {
        "background": "#FFF",
        "text": "#282828",
        "primary": "#DB0786",
        "secondary": "#F8981D",
        "highligth": "#F2F4F3",
        "dark": "#282828",
        "primaryDark": "#005E6F",
        "activedButtons": "#00343D",
      },
    "x-empreendimento": "PARQUE_D_PEDRO_SHOPPING",
    cpfcnpj: "08803837000180",
    };
    loader.init(config);
</script>

<div id="root"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment