Type
Properties
NoneLayout
- Default Width: Full width of container
- Default Height: Minimal (just the line height)
- Supports Children: No
Configuration Example
Styling
The horizontal line uses:- Border color:
border-gray-200(light gray) - Top margin:
mt-5(20px) - Bottom margin:
mb-5(20px) - Border style: Top border only
Use Cases
Section Separation
Visual Grouping
Create visual boundaries between related content:Notes
- This is a purely visual component with no interactive functionality
- The component takes no configuration properties
- Margins provide automatic spacing above and below the line
- The line spans the full width of its container
- Useful for improving form readability and organization
- Lightweight component with minimal performance impact
