amis/__tests__/renderers/__snapshots__/ButtonToolbar.test.tsx.snap

45 lines
806 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Renderer:button-toolbar 1`] = `
<div>
<div
class="cxd-Form-item cxd-Form-item--normal show"
data-role="form-item"
>
<label
class="cxd-Form-label"
>
<span>
<span
class="cxd-TplField"
>
<span>
button-toolbar
</span>
</span>
</span>
</label>
<div
class="cxd-ButtonToolbar cxd-Form-control"
>
<button
class="cxd-Button cxd-Button--default"
type="button"
>
<span>
按钮1
</span>
</button>
<button
class="cxd-Button cxd-Button--default"
type="button"
>
<span>
按钮2
</span>
</button>
</div>
</div>
</div>
`;