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
14
components-wiki/figures/textfield/usage-prefix.html
Normal file
14
components-wiki/figures/textfield/usage-prefix.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div class="figure-wrapper textarea">
|
||||
<figure
|
||||
aria-label="An outlined textfield with a floating label that says Dollar amount, a prefix dollar sign, the number zero as a value and a suffix of decimal zero zero at the end of the field"
|
||||
style="padding-block: 16px; gap: 16px"
|
||||
>
|
||||
<md-outlined-text-field
|
||||
label="Dollar amount"
|
||||
type="number"
|
||||
value="0"
|
||||
prefix-text="$"
|
||||
suffix-text=".00"
|
||||
></md-outlined-text-field>
|
||||
</figure>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue