mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 22:44: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
17
components-wiki/figures/fab/theming-extended.html
Normal file
17
components-wiki/figures/fab/theming-extended.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div class="figure-wrapper">
|
||||
<figure
|
||||
class="styled-example extended"
|
||||
aria-label="Image of an extended FAB with a different theme applied"
|
||||
style="padding-block: 16px;">
|
||||
<style>
|
||||
.styled-example.extended {
|
||||
--md-fab-label-text-font: system-ui;
|
||||
--md-fab-icon-size: 36px;
|
||||
--md-fab-container-shape: 0px;
|
||||
}
|
||||
</style>
|
||||
<md-fab label="Edit">
|
||||
<md-icon slot="icon">edit</md-icon>
|
||||
</md-fab>
|
||||
</figure>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue