Edit
<!-- components/inputs/textarea.html -->
<div class="form-group" id="input-name-group">
<label for="input-name" class="control-label">
Description
<i class="icomoon-help-circle ml-2 theme-tooltip" data-toggle="popover" data-placement="right" title="This is a tooltip" data-content="And here's some amazing content. It's very engaging. Top?"></i>
</label>
<textarea class="form-control" name="input-name" id="input-name" placeholder="Enter a description" value=""></textarea>
<span class="help-block">
<i class="icomoon-alert-circle mr-2"></i>
This is an error message.
</span>
<span class="text-muted">This is a hint text to help user.</span>
</div>