UNPKG

wix-style-react

Version:
12 lines (9 loc) 378 B
export const plain = `<SidebarSectionTitle>Some Title</SidebarSectionTitle>`; export const longTitle = `<SidebarSectionTitle>This is a very long text which exceeds the maximum width of its container</SidebarSectionTitle>`; export const lightSkin = ` <Box height="36px"> <Sidebar skin="light"> <SidebarSectionTitle>Some Title</SidebarSectionTitle> </Sidebar> </Box> `;