1. var component = new NEKUI.Component({
    template: template
    });

常用的button类型

按钮 ui.button - 图2

  1. <div class=g-row>
    <ui.button action="update" shape="circle" size="xs" />
    <ui.button action="update" shape="circle" size="sm" />
    <ui.button action="update" shape="circle" />
    <ui.button action="update" shape="circle" size="lg" />
    <ui.button action="update" shape="circle" size="xl" />
    </div>

图标按钮

按钮 ui.button - 图4

    buttonGroup