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
13
components-wiki/figures/textfield/usage-textarea.html
Normal file
13
components-wiki/figures/textfield/usage-textarea.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<div class="figure-wrapper textarea">
|
||||
<figure
|
||||
aria-label="A filled textarea that is vertically larger and has a label that says Vertical resize"
|
||||
style="padding-block: 16px; gap: 16px"
|
||||
>
|
||||
<style>
|
||||
.figure-wrapper.textarea md-filled-text-field {
|
||||
resize: vertical;
|
||||
}
|
||||
</style>
|
||||
<md-filled-text-field type="textarea" label="Vertical resize" rows="3"></md-filled-text-field>
|
||||
</figure>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue