0.1.13 • Published 3 years ago

@web-inmars/mars-textarea v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

mars-textarea

Web component that allows us to show an accessible and beautiful textarea so that users can interact

Installation

  npm i @web-inmars/mars-textarea --save

Usage

<script type="module">
   import 'mars-textarea/mars-textarea.js';
</script>

<mars-textarea>
     I'm a textarea
</mars-textarea>

Properties

PropertyAttributeTypeDefault
captioncaptionstring""
disableddisabledbooleanfalse
forforstring""
labellabelstring""
namenamestring""
showCaptionshow-captionbooleanfalse
valuevaluestring""
variantvariantstring""

Events

EventType
on-inputCustomEvent<{ event: any; value: string; }>
0.1.13

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago