// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/dropdown/demo/arrow.md correctly 1`] = `
Array [
,
,
,
,
,
,
,
]
`;
exports[`renders ./components/dropdown/demo/arrow-center.md correctly 1`] = `
Array [
,
,
,
,
,
,
,
]
`;
exports[`renders ./components/dropdown/demo/basic.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/context-menu.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/dropdown-button.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/event.md correctly 1`] = `
Hover me, Click menu item
`;
exports[`renders ./components/dropdown/demo/item.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/loading.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/menu-full.md correctly 1`] = `
Hover to check menu style
`;
exports[`renders ./components/dropdown/demo/overlay-visible.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/placement.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/render-panel.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/selectable.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/sub-menu.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/trigger.md correctly 1`] = `
`;