<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Button Secondary Default</h2>
<movu-button secondary text="Click me"></movu-button>
</div>
<div class="col-md-6">
<h2>Button Secondary Disabled</h2>
<movu-button secondary text="Click me" disabled></movu-button>
</div>
<div class="col-md-6">
<h2>Button Secondary With Icon</h2>
<movu-button secondary text="click me" icon_name="control_point"></movu-button>
</div>
<div class="col-md-6">
<h2>Button Secondary Progress</h2>
<movu-button secondary text="Click me" progress></movu-button>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Button Secondary Default</h2>
<movu-button secondary text="Click me"></movu-button>
</div>
<div class="col-md-6">
<h2>Button Secondary Disabled</h2>
<movu-button secondary text="Click me" disabled></movu-button>
</div>
<div class="col-md-6">
<h2>Button Secondary With Icon</h2>
<movu-button secondary text="click me" icon_name="control_point"></movu-button>
</div>
<div class="col-md-6">
<h2>Button Secondary Progress</h2>
<movu-button secondary text="Click me" progress></movu-button>
</div>
</div>
</div>
/* No context defined. */
No notes defined.