0.1.13 • Published 1 year ago

@web-inmars/mars-textarea v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago