soldierm/yii2-wizard

为Yii2的Bootstrap向导

v1.0 2020-06-16 08:47 UTC

This package is auto-updated.

Last update: 2024-09-16 18:20:50 UTC


README

为Yii2的Bootstrap向导

使用方法

echo \soldierm\wizard\Wizard::widget([
    'items' => [
        [
            'label' => 'First',
            'content' => 'This is first page.'
        ],
        [
            'label' => 'Second',
            'content' => 'This is second page.'
        ],
    ],
    'previousBtnName' => 'previous',
    'nextBtnName' => 'next',
]);

查看

image.png