Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 351 Bytes

File metadata and controls

21 lines (14 loc) · 351 Bytes

BBBDivider

The BBBDivider component is a simple horizontal line used to separate content.

Demo

Usage Example

import { BBBDivider } from 'bbb-ui-components-react';

<div>
  <span>Content above</span>
  <BBBDivider />
  <span>Content below</span>
</div>

Props

This component does not receive any props.