luscio/amis-renderer

v1.0.0 2025-09-23 07:17 UTC

This package is auto-updated.

Last update: 2025-09-23 07:22:54 UTC


README

示例

$page = amis()->Page()->title('My Page')->body([
    amis()->Card()->body(['hahaha']),
    amis()->Form()->api('xxx.com/api')->body([
        amis()->TextControl('name', 'Name')->required()->clearable()
    ])
]);