Sha256: 01eee08d9354b7404eca4d5230cbaab9abbbd1bb22c7c5162f946a24163e370b

Contents?: true

Size: 936 Bytes

Versions: 8

Compression:

Stored size: 936 Bytes

Contents

<%= render_component_header title: "Tooltip",
      description: "A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it." %>

<% content_for :preview, flush: true do %>
<div class="w-full flex justify-center">
  <%= render_code_preview('tooltip') %>
</div>
<% end %>

<% content_for :code, flush: true do %>
<div class="w-full flex justify-center">
  <%= code_partial("tooltip/preview", :erb) %>
</div>
<% end %>

<%= render_preview %>

<h2 class="font-heading scroll-m-20 border-b pb-2 text-2xl font-semibold tracking-tight first:mt-0" id="installation">Installation</h2>
<%= code_sample(language: "sh") do %>
  rails generate shadcn-ui tooltip
<% end %>

<h2 class="font-heading mt-12 scroll-m-20 border-b pb-2 mb-2 text-2xl font-semibold tracking-tight first:mt-0" id="usage">Usage</h2>
<%= code_partial("tooltip/usage", :erb) %>

<%= render_usage("tooltip") %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shadcn-ui-0.0.15 app/views/examples/components/tooltip.html.erb
shadcn-ui-0.0.14 app/views/examples/components/tooltip.html.erb
shadcn-ui-0.0.13 app/views/examples/components/tooltip.html.erb
shadcn-ui-0.0.12 app/views/examples/components/tooltip.html.erb
shadcn-ui-0.0.10 app/views/examples/components/tooltip.html.erb
shadcn-ui-0.0.8 app/views/examples/components/tooltip.html.erb
shadcn-ui-0.0.5 app/views/examples/components/tooltip.html.erb
shadcn-ui-0.0.4 app/views/examples/components/tooltip.html.erb