Divide sections of article.
Divide inline text and links such as the operation column of table.
2
<Divider style={{ width:'100%' }}/>
Use variants to set the display form of the dividing line, the default is solid (solid line), dotted (dotted line), dashed (dotted line)
2
<Divider style={{ width:'100%'}}/>
3
<Divider variant="dotted" margins={20} style={{ width:'100%' }} />
4
<Divider variant="dashed" margins={20} style={{ width:'100%' }} />
3
<Divider direction="vertical" margins="sm" />
5
<Divider direction="vertical" margins="sm" />
2
<Divider style={{ width:'100%' }}/>
3
<Divider variant="dotted" margins={20} label="label name" style={{ width:'100%' }}/>
4
<Divider margins={20} label="label name" labelPosition="right" style={{ width:'100%' }}/>