mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 09:50:13 +01:00
Configure material theme, add material button and input examples
This commit is contained in:
parent
70ac56b28a
commit
eaf4143731
17 changed files with 198 additions and 40 deletions
|
|
@ -0,0 +1,6 @@
|
|||
<button mat-button color="primary">Basic</button>
|
||||
<button mat-raised-button color="primary">Raised</button>
|
||||
<button mat-stroked-button color="primary">Stroked</button>
|
||||
<button mat-flat-button color="primary">Flat</button>
|
||||
<button mat-fab color="primary">FAB</button>
|
||||
<button mat-mini-fab color="primary">mini</button>
|
||||
Loading…
Add table
Add a link
Reference in a new issue