mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
18 lines
359 B
Text
18 lines
359 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Ribbon rtl render component should be rendered correctly in RTL direction 1`] = `
|
|
<div
|
|
class="ant-ribbon-wrapper"
|
|
>
|
|
<div
|
|
class="ant-ribbon ant-ribbon-placement-end ant-ribbon-rtl"
|
|
>
|
|
<span
|
|
class="ant-ribbon-text"
|
|
/>
|
|
<div
|
|
class="ant-ribbon-corner"
|
|
/>
|
|
</div>
|
|
</div>
|
|
`;
|