schangxiang@126.com
2025-10-10 35d6465fc502a3287c6cc1d0f307d616dbe1ccda
1
2
3
4
5
6
7
8
9
10
11
12
{% include "lib/macros.html" -%}
{% extends "api/directive.template.html" %}
 
{% block usage %}
  <h2>Usage</h2>
  {% code %}
  <input type="{$ doc.inputType $}"
    {%- for param in doc.params %}
         {$ directiveParam(param.alias or param.name, param.type, '="', '"') $}
    {%- endfor %}>
  {% endcode %}
{% endblock %}