# taglib **Repository Path**: 0632/taglib ## Basic Information - **Project Name**: taglib - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-04 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # taglib ### 安装教程 > composer require wym/taglib ### 使用说明 #### Form ``` {form:form[ class="class"][ id="id"][ method="post"][ name="name"][ action="action"]} ....... {/form:form} ``` ```
``` ##### button ``` {form:button[ type="submit|reset"] class="class"} ``` ``` {form:submit class="class"} ``` ``` {form:reset class="class"} ``` ##### input ``` {form:input[ type="text|password|hidden|number"] name="name"} ```