The BBBDivider component is a simple horizontal line used to separate content.
import { BBBDivider } from 'bbb-ui-components-react';
<div>
<span>Content above</span>
<BBBDivider />
<span>Content below</span>
</div>This component does not receive any props.
