﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name="Progress Bar with a Label" description="Progress Bar with a label for the value" preview="html" type="block">
<insertText location="beforeSelection">
<![CDATA[<div class="progress">
    <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
        60%
    </div>
</div>]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
