Utility classes for common layout patterns, borders, visibility, and more

Visibility

ClassDescription
.pa-hide Always hidden
.pa-show Always visible
.pa-hide-{bp} Hidden at breakpoint and up
.pa-show-{bp} Visible at breakpoint and up
.pa-hide-below-{bp} Hidden below breakpoint
.pa-show-below-{bp} Visible below breakpoint
Breakpoints: sm (576px), md (768px), lg (992px), xl (1200px)

Border Utilities

Border Add/Remove

  • border - All sides
  • border-top / border-bottom
  • border-start / border-end
  • border-0 - Remove all borders

Border Radius

  • rounded - Default radius
  • rounded-0 - No radius
  • rounded-sm - Small radius
  • rounded-lg - Large radius
  • rounded-circle - Circle (50%)
  • rounded-pill - Pill shape

Overflow

ClassDescription
.overflow-auto Scroll when needed
.overflow-hidden Clip overflow
.overflow-visible Show overflow
.overflow-scroll Always show scrollbar
.overflow-x-auto Horizontal scroll when needed
.overflow-y-auto Vertical scroll when needed

Position

  • position-static / position-relative / position-absolute / position-fixed / position-sticky
  • top-0, bottom-0, start-0, end-0 - Position edges
  • translate-middle - Center with transform

Cursor

ClassDescription
.cursor-pointer Pointer (clickable)
.cursor-default Default arrow
.cursor-not-allowed Not allowed
.cursor-grab Grab (draggable)
.cursor-help Help (question mark)
.cursor-text Text selection
.cursor-move Move/drag

Interaction

  • pe-none - Disable pointer events
  • pe-auto - Enable pointer events
  • user-select-none - Prevent text selection
  • user-select-all - Select all on click

John Doe

Administrator

Settings

Sidebar
Display
Profile Panel
Body text size. All elements scale proportionally.