Const
Create a customized Material UI Divider component.
The properties passed to the Divider element
The Divider component
// Basic usage<Divider />// Vertical divider<Divider orientation="vertical" />// Growing divider<Divider grow />// With custom styling<Divider sx={{ borderColor: 'primary.main', margin: 2 }}/> Copy
// Basic usage<Divider />// Vertical divider<Divider orientation="vertical" />// Growing divider<Divider grow />// With custom styling<Divider sx={{ borderColor: 'primary.main', margin: 2 }}/>
https://mui.com/material-ui/react-divider/
Create a customized Material UI Divider component.