Get boba!
boba Version 1.7.2
  • Introduction
  • Installation
  • Customize
  • Compatibility
  • Changelog
  • Breakpoints
  • Colors
  • Typography
  • Containers
  • Grid
  • Navbar
  • Sections
  • Sidebar
  • Banners
  • Breadcrumbs
  • Cards
  • Collapsible
  • Messages
  • Notifications
  • Pagination
  • Tabs
  • Tables
  • Blockquotes
  • Buttons
  • Code
  • Counters
  • Descriptions
  • Dividers
  • Labels
  • Lists
  • Progress
  • Checkboxes
  • Inputs
  • Radios
  • Selects
  • Switches
  • Textareas
  • Animations
  • Background
  • Borders
  • Display
  • Flex
  • Images
  • Shadows
  • Shapes
  • Sizing
  • Spacing
  • Text

Utilities

Learn how to build your website with boba!

Animations

Add a .hover-{EFFECT} class to an element to easily give it an animation on hover.
<button class="red hover-grow">Grow</button>
<button class="orange hover-shrink">Shrink</button>
<button class="yellow hover-float">Float</button>
<button class="green hover-sink">Sink</button>
<button class="blue hover-pulse">Pulse</button>
<button class="indigo hover-bob">Bob</button>
<button class="purple hover-hang">Hang</button>