A component library powered by shadcn/ui and Base UI, exposed as web components.
<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>
<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.