<div class="container">
    <div class="row">
        <div class="col-md-6">
            <h2>Button Primary Default</h2>
            <movu-button primary text="Click me"></movu-button>
        </div>
        <div class="col-md-6">
            <h2>Button Primary Disabled</h2>
            <movu-button primary text="Click me" disabled></movu-button>
        </div>
        <div class="col-md-6">
            <h2>Button Primary With Icon</h2>
            <movu-button primary text="click me" icon_name="control_point"></movu-button>
        </div>
        <div class="col-md-6">
            <h2>Button Primary Progress</h2>
            <movu-button primary text="Click me" progress></movu-button>
        </div>
    </div>
</div>
<div class="container">
  <div class="row">
    <div class="col-md-6">
      <h2>Button Primary Default</h2>
      <movu-button primary text="Click me"></movu-button>
    </div>
    <div class="col-md-6">
      <h2>Button Primary Disabled</h2>
      <movu-button primary text="Click me" disabled></movu-button>
    </div>
    <div class="col-md-6">
      <h2>Button Primary With Icon</h2>
      <movu-button primary text="click me" icon_name="control_point"></movu-button>
    </div>
     <div class="col-md-6">
      <h2>Button Primary Progress</h2>
      <movu-button primary text="Click me" progress></movu-button>
    </div>
  </div>    
</div>
/* No context defined. */
  • Handle: @primary-button
  • Preview:
  • Filesystem Path: src/components/01elements/buttons, links/custom-buttons/primary-button.hbs

No notes defined.