export const activatorAndTooltip = { ts: ` Dropdown w/ Tooltip I am a Tooltip `, js: ` Dropdown w/ Tooltip I am a Tooltip ` } export const basic = { ts: ` {{ menu }} `, js: ` {{ menu }} ` } export const customTransitions = { ts: ` Scale Transition Slide X Transition Slide Y Transition `, js: ` Scale Transition Slide X Transition Slide Y Transition ` } export const location = { ts: ` Top Bottom Start End `, js: ` Top Bottom Start End ` } export const openOnHover = { ts: ` On hover `, js: ` On hover ` } export const popover = { ts: ` Menu as Popover Gingerbread bear claw cake. Soufflé candy sesame snaps chocolate ice cream cake. Dessert candy canes oat cake pudding cupcake. Bear claw sweet wafer bonbon dragée toffee. `, js: ` Menu as Popover Gingerbread bear claw cake. Soufflé candy sesame snaps chocolate ice cream cake. Dessert candy canes oat cake pudding cupcake. Bear claw sweet wafer bonbon dragée toffee. ` }