Microsoft Fluent Buttons for Angular Material

Author: amojicamu
Official Page: Go to website
Publish Date: May 13, 2021
License: MIT

Description:

Microsoft Fluent Design System buttons components for Angular Material.

Installation:

# NPM
$ npm i ngx-fluent-buttons

Basic usage:

<ngx-fluent-button split mat-raised-button color="primary">
  <ng-container class="split-menu-content">
    <button mat-menu-item>
      <mat-icon>code</mat-icon> Contribute
    </button>
    <button mat-menu-item>
      <mat-icon>feedback</mat-icon> <span>Send Feedback</span>
    </button>
  </ng-container>
  <mat-icon>done</mat-icon> Accept Demo
</ngx-fluent-button>

Preview:

Microsoft Fluent Buttons for Angular Material


You Might Be Interested In:

Add Comment