mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 14:34:05 +02:00
New version. Add Material UI implementation with theme customization, about dialog, and news system
This commit is contained in:
parent
5bc9c9bdb1
commit
1d58835a65
190 changed files with 12296 additions and 54 deletions
10
components-wiki/figures/iconbutton/usage-standard.html
Normal file
10
components-wiki/figures/iconbutton/usage-standard.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="figure-wrapper">
|
||||
<figure
|
||||
style="justify-content:center;gap: 8px;"
|
||||
title="Standard Icon Button with Check icon"
|
||||
aria-label="A check icon">
|
||||
<md-icon-button>
|
||||
<md-icon>check</md-icon>
|
||||
</md-icon-button>
|
||||
</figure>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue