For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferenceChangelog
ReferenceChangelog
  • Flowkit v2.0.0
    • Components
      • Cards
      • Buttons
      • Tag
      • Dropdown
      • Accordion
      • Images
      • Rich Text
      • Forms
      • Tabs
      • Slider
      • Divider
    • Utility Classes
LogoLogo
Resources
Get started
On this page
  • Class Naming
  • Color Modifiers
Flowkit v2.0.0Components

Divider

Was this page helpful?
Previous

Utility Classes

Next
Built with

Class Naming

Dividers are thin visual separators used to distinguish content sections either horizontally or vertically. There are two main base classes depending on the direction of the divider.

Base Classes:

ClassDescription
dividerhorizontal dividers
divider-verticalvertical dividers

Color Modifiers

These can be used in combination with either horizontal or vertical dividers to adjust color styling.

  • divider is-secondary
  • divider is-accent

Example:

  • divider is-secondary
  • divider-vertical is-accent