@synbee-webcomponents/sw-input-text-area
v2.0.18
Published
sw-input-text-area is a web-component from Synbee Webcomponents Library, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.
Downloads
88
Keywords
Readme
sw-input-text-area
Properties
| Property | Attribute | Description | Type | Default |
| ------------- | ------------- | ----------- | --------------------------------------------- | ---------------- |
| countWords
| count-words
| | boolean
| false
|
| description
| description
| | string
| "Descrizione"
|
| label
| label
| | string
| "Obbligatorio"
|
| limitWords
| limit-words
| | number
| 255
|
| state
| state
| | States.create \| States.edit \| States.view
| States.create
|
| text
| text
| | string
| undefined
|
Events
| Event | Description | Type |
| ------------ | ----------- | --------------------- |
| outputText
| | CustomEvent<string>
|
Dependencies
Used by
Graph
graph TD;
sw-inspection-form --> sw-input-text-area
style sw-input-text-area fill:#f9f,stroke:#333,stroke-width:4px
Built with love!