2018-05-14 02:56:24 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`renders ./components/affix/demo/basic.md correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<div>
|
2018-05-18 14:04:10 +00:00
|
|
|
<div class="">
|
2018-05-14 02:56:24 +00:00
|
|
|
<button type="button" class="ant-btn ant-btn-primary"><span>Affix top</span></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<div>
|
2018-05-18 14:04:10 +00:00
|
|
|
<div class="">
|
2018-05-14 02:56:24 +00:00
|
|
|
<button type="button" class="ant-btn ant-btn-primary"><span>Affix bottom</span></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`renders ./components/affix/demo/on-change.md correctly 1`] = `
|
|
|
|
<div>
|
2018-05-18 14:04:10 +00:00
|
|
|
<div class="">
|
2018-05-14 02:56:24 +00:00
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>120px to affix top</span></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`renders ./components/affix/demo/target.md correctly 1`] = `
|
|
|
|
<div id="components-affix-demo-target" class="scrollable-container">
|
|
|
|
<div class="background">
|
|
|
|
<div>
|
2018-05-18 14:04:10 +00:00
|
|
|
<div class="">
|
2018-05-14 02:56:24 +00:00
|
|
|
<button type="button" class="ant-btn ant-btn-primary"><span>Fixed at the top of container</span></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|