ComponentsDividerDivider Creates distinction between sections in containers with constrained space or rows in a table. PreviewCodeSwitch themeMutedBaseCopy codeimport { Divider, Flex } from '@vtex/shoreline' import { DecorativeBox } from '../components/decorative-box' export default function Example() { return ( <Flex direction="column"> <DecorativeBox height="64px" color="blue" /> <Divider /> <DecorativeBox height="64px" color="blue" /> </Flex> ) } Optional props orientationDivider axis orientationtypehorizontalverticaldefaulthorizontalBest PracticesDrawer