x
1
<div><a href="#" type="button" class="whitespace-nowrap inline-flex items-center justify-center rounded-md font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 hover:bg-accent hover:text-accent-foreground px-4 py-2 h-9 text-sm">Ghost</a></div>
1
2
3
render(TestView.new) do
Link(href: "#", variant: :ghost) { "Ghost" }
end