Crestron Components Lib - Showcase App

ch5-textinput: stretch attribute

usage of stretch attribute
<div class="textinput-content">
    <ch5-textinput
        stretch="fixed"
        placeholder="FIXED stretch"
    ></ch5-textinput>
</div>
<div class="textinput-content">
    <ch5-textinput
        stretch="content"
        placeholder="CONTENT stretch"
    ></ch5-textinput>
</div>
<div class="textinput-content">
    <ch5-textinput
        stretch="width"
        placeholder="WIDTH stretch"
    ></ch5-textinput>
</div>