You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.8 KiB
70 lines
1.8 KiB
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Drawer render correctly 1`] = `
|
|
<div>
|
|
<button
|
|
class="ant-btn"
|
|
type="button"
|
|
>
|
|
<span>
|
|
open
|
|
</span>
|
|
</button>
|
|
<div
|
|
class=""
|
|
>
|
|
<div
|
|
class="ant-drawer ant-drawer-right ant-drawer-open"
|
|
>
|
|
<div
|
|
class="ant-drawer-mask"
|
|
/>
|
|
<div
|
|
class="ant-drawer-content-wrapper"
|
|
style="width: 256px;"
|
|
>
|
|
<div
|
|
class="ant-drawer-content"
|
|
>
|
|
<div
|
|
class="ant-drawer-wrapper-body"
|
|
style="overflow: auto; height: 100%;"
|
|
>
|
|
<button
|
|
aria-label="Close"
|
|
class="ant-drawer-close"
|
|
>
|
|
<span
|
|
class="ant-drawer-close-x"
|
|
>
|
|
<i
|
|
class="anticon anticon-close"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class=""
|
|
data-icon="close"
|
|
fill="currentColor"
|
|
height="1em"
|
|
viewBox="0 0 1024 1024"
|
|
width="1em"
|
|
>
|
|
<path
|
|
d="M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9c-4.4 5.2-.7 13.1 6.1 13.1h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"
|
|
/>
|
|
</svg>
|
|
</i>
|
|
</span>
|
|
</button>
|
|
<div
|
|
class="ant-drawer-body"
|
|
>
|
|
Here is content of Drawer
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|