Dividers - Skeleton

Skeleton

  1. tailwind
  2. dividers

Dividers

Horizontal and vertical rule styling.

Above the divider.


Below the divider.

Size

Use Tailwind’s border width utilities to adjust thickness.

Default
border-t-2
border-t-4
border-t-8

Style

Use Tailwind’s border style utilities to adjust visual style.

border-solid
border-dashed
border-dotted
border-double

Colors

Use any Tailwind or Skeleton colors or pairing.

border-primary-500
border-secondary-500
border-tertiary-500
border-success-500
border-warning-500
border-error-500
border-surface-950-50

Vertical

Use vh for a vertical rulue, which supports all above styles. Make sure to set the height.

Default border-l-8