Superwidget Sample Pages

The Grid as full width content [data-display="fixed"]


            <!-- START ERLLC Superwidget -->
            <!-- Your website must be at least 360px wide -->
            <!-- Minimum Height must be at least 650px -->
            <style>
            /* The width of your website must be at least 360px */
            #sw-container-1 {
              width: 100%;   /* Adjust to your needs */
              height: 900px; /* Adjust to your needs */
            }
            </style>
            
            <div id="sw-container-1"></div>
            
            <script
              src="https://www.utilityrates.com/js/erllc-sw-loader.v1.js"
              data-container-id="sw-container-1"
              data-zip="77002"
              data-section="filtergrid"
              data-commodity="e"
              data-display="fixed"
              data-controls="true"
              data-branding="true"
              data-footer="true"
            >
            </script>
            
Click here to view the page

Only Card as full width content [data-display="fixed"]


            <!-- START ERLLC Superwidget -->
            <!-- Your website must be at least 360px wide -->
            <!-- Minimum Height must be at least 650px -->
            <style>
            /* The width of your website must be at least 360px */
            #sw-container-1 {
              width: 100%;   /* Adjust to your needs */
              height: 900px;  /* Adjust to your needs */
            }
            </style>
            <div id="sw-container-1"></div>
            <script
              src="https://www.utilityrates.com/js/erllc-sw-loader.v1.js"
              data-container-id="sw-container-1"
              data-zip="77002"
              data-section="recommended"
              data-commodity="e"
              data-display="fixed"
              data-controls="true"
              data-branding="true"
              data-footer="true"
            >
            </script>
            
Click here to view the page

Dynamic Grid [data-display="dynamic"]


            <!-- START ERLLC Superwidget -->
            <div id="sw-container-1"></div>
            <script
              src="https://www.utilityrates.com/js/erllc-sw-loader.v1.js"
              data-container-id="sw-container-1"
              data-zip="77002"
              data-section="filtergrid"
              data-commodity="e"
              data-display="dynamic"
              data-controls="true"
              data-branding="true"
              data-footer="true"
            >
            </script>
            
Click here to view the page

Layout Recommendations

Click here to view the page