Reactolith UI Getting Started Introduction Installation Usage Layout Aspect Ratio Card Resizable Scroll Area Separator Direction Provider Forms Button Button Group Calendar Checkbox Combobox Field Input Input Group Input OTP Label Native Select Radio Group Select Slider Switch Textarea Toggle Toggle Group Data Display Accordion Avatar Badge Carousel Chart Collapsible Item Kbd Table Feedback Alert Empty Progress Skeleton Sonner Spinner Overlay Alert Dialog Context Menu Dialog Dropdown Menu Hover Card Popover Sheet Tooltip Navigation Breadcrumb Command Menubar Navigation Menu Pagination Sidebar Tabs

Hover Card

For sighted users to preview content available behind a link.

Preview

@reactolith

Reactolith UI

A component library powered by shadcn/ui and Base UI, exposed as web components.

Usage

<ui-hover-card>
  <ui-hover-card-trigger>
    <ui-button variant="link">@reactolith</ui-button>
  </ui-hover-card-trigger>
  <ui-hover-card-content class="w-80">
    <div class="space-y-1">
      <h4 class="text-sm font-semibold">Reactolith UI</h4>
      <p class="text-sm text-muted-foreground">A component library powered by shadcn/ui and Base UI, exposed as web components.</p>
    </div>
  </ui-hover-card-content>
</ui-hover-card>

Sub-components

<ui-hover-card> <ui-hover-card-trigger> <ui-hover-card-content>

All components also accept standard HTML attributes (class, id, style, data-*, aria-*, etc.) which are passed through to the underlying element.