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
11
components-wiki/figures/textfield/usage-label.html
Normal file
11
components-wiki/figures/textfield/usage-label.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div class="figure-wrapper">
|
||||
<figure
|
||||
aria-label="Three outlined textfields next to each other. the first has a label of Favorite food, the second one a placeholder of email@domain.com and there is a label that says First name and an empty outlined textfield next to it"
|
||||
style="padding-block: 16px; gap: 16px"
|
||||
>
|
||||
<md-outlined-text-field label="Favorite food"></md-outlined-text-field>
|
||||
<md-outlined-text-field placeholder="email@domain.com"></md-outlined-text-field>
|
||||
<div>First name</div>
|
||||
<md-outlined-text-field aria-label="First name"></md-outlined-text-field>
|
||||
</figure>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue