wix-style-react
Version:
13 lines (10 loc) • 326 B
JavaScript
export const plain = `<SidebarBackButton> Go Back </SidebarBackButton>`;
export const withAnimation = `<SidebarBackButton animateArrow> Go Back </SidebarBackButton>`;
export const lightSkin = `
<Box height="54px">
<Sidebar skin="light">
<SidebarBackButton>
Go Back
</SidebarBackButton>
</Sidebar>
</Box>`;