# Text Input

# Basic usage

<x-input-text name="text1" placeholder="Please enter the content"></x-input-text>
显示代码

# Limit length of input

0/10
<x-input-text name="text2" maxlength=10 show-word-limit></x-input-text>
显示代码

TIP

To learn more about the use of properties, see API

# Textarea

<x-input-text name="text3" type="textarea"></x-input-text>
显示代码