Textarea
Description
Autosizing textarea component for Enso UI.
Installation
Install the package:
yarn add @enso-ui/textarea
Features
- exports
AutosizeTextareaas its public surface - keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
Usage
<script setup>
import AutosizeTextarea from '@enso-ui/textarea/src/AutosizeTextarea.vue';
</script>
API
AutosizeTextarea
Public export available from ./src/AutosizeTextarea.vue.
Props:
modelValue
Events:
update:modelValue
Depends On
- No additional Enso UI dependencies.
Contributions
are welcome. Pull requests are great, but issues are good too. Thank you to all the people who already contributed to Enso!