Textarea

Basic usage

NmorphTextarea supports multi-line input and auto sizing.

<script setup lang="ts"> import { NmorphTextarea } from "@nmorph/nmorph-ui-kit"; const value = ref("NmorphTextarea supports multi-line input and auto sizing."); </script><template> <div class="textarea-basic-usage-overview"> <NmorphTextarea v-model="value" placeholder="Enter text" auto-size :min-rows="3" :max-rows="6" /> <p class="nmorph-body-1">{{ value }}</p> </div> </template>

NmorphTextarea Api

Attributes

Expose

Events

Resolution is not supported

Open the documentation on a device with a screen size of at least 375px by 640px.