@finastra/textarea
Version:
Textarea Web Component
12 lines (7 loc) • 594 B
HTML
<script type="module" src="node_modules/@finastra/textarea/dist/src/textarea.js"></script>
<div style="display: flex; flex-direction: column; gap: 48px; width: 100%; min-width: 242px">
<fds-textarea label="Textarea"></fds-textarea>
<fds-textarea charcounter="true" maxlength="18" helper="helper text" placeholder="Placeholder" label="Textarea" dense></fds-textarea>
<fds-textarea required helper="helper text" placeholder="Placeholder" labelInside label="Textarea"></fds-textarea>
<fds-textarea disabled placeholder="Placeholder" labelInside label="Textarea"></fds-textarea>
</div>