For general installation and configuration look at the components package.
<!-- index.html -->
...
<body>
<div class="db-textarea">
<label for="textarea">Label</label>
<textarea id="textarea" rows="2" cols="33" placeholder=" "></textarea>
</div>
</body>