Get StartedFoundationsComponentsPatternsIntegration
01.Get Started
02.Foundations
03.Components
04.Patterns
05.Integration
Overview
Accordion
Badge
Breadcrumb
Button
Gradient Button
FAB
Icon Button
Card
Checkbox
Chips
Date Picker
Dialogs
Divider
List
Loading
Menu
Options
Pagination
Radio
Scrollbar
Search
Selector
Skeleton
Slider
Swiper
Switch
Tabs
Text Field
TextArea
Toast
Tooltip

DIVIDER

PreviousDialogs
ListNext
ELFBAR Design

V 0.1.0

A design system built for BMD teams.

Brand Marketing Department

Resources

  • GitHub
  • Storybook
  • Figma

Documentation

  • Changelog
  • Components
  • Tokens
  • Global market globe

Brands

  • ELFBAR Official
  • LostMary Official

Copyright © 2026 ELFBAR. All rights reserved.

When to Use

Example: section separation

Notifications

Privacy

  • Separating distinct content sections within a page or panel
  • Creating visual breaks between list items, form groups, or sidebar sections
  • Using vertical orientation to divide inline elements such as toolbar actions
  • Don't use Divider as a substitute for spacing — rely on margin/padding tokens instead

Usage Guidelines

DO

Use thin dividers for list items and medium dividers for independent content sections. Use in moderation

Don’t

Don't overuse dividers — whitespace can also serve as separation. Don't use dividers as pure decoration

DO

Keep divider colors consistent with the overall design system

Don’t

Don't attach interactive elements to dividers. Don't use dividers as a substitute for proper spacing (margin/padding)

Interaction Behavior

Divider is a purely presentational component with no interactive behavior.

Accessibility

RequirementImplementation
Semantic roleUse <hr> element or role="separator"
Vertical dividerAdd aria-orientation="vertical"
ContrastDivider color-to-background contrast ≥ 3:1
DecorativeIf used purely for visual decoration, add aria-hidden="true"