<mr-textarea>
The <mr-textarea>
creates a large text input field in the UI of an <mr-panel>
. Unlike <mr-textfield>
It allows for line breaks.
Example
This is a text area.
It allows for much larger text input for things like message, documents, or code!
mr-panel {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
}