Skip to content

Commit

Permalink
lookbook file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonpires committed Sep 16, 2024
1 parent 49bc489 commit 17a686d
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# rubocop:disable Layout/LineLength

module PhlexUi
module Rbui
class PopoverPreview < Lookbook::Preview
# Default Popover
# ---------------
Expand All @@ -15,17 +15,17 @@ def default(placement: "top")
end

PopoverContent(class: "w-40") do
Link(href: "#", variant: :ghost, class: "block w-full justify-start pl-2") do
Link(href: "#", variant: :ghost, class: "w-full justify-start pl-2") do
plain(helpers.lucide_icon("circle-user", class: "w-4 h-4 mr-2"))
plain("Profile")
end

Link(href: "#", variant: :ghost, class: "block w-full justify-start pl-2") do
Link(href: "#", variant: :ghost, class: "w-full justify-start pl-2") do
plain(helpers.lucide_icon("cog", class: "w-4 h-4 mr-2"))
plain("Settings")
end

Link(href: "#", variant: :ghost, class: "block w-full justify-start pl-2") do
Link(href: "#", variant: :ghost, class: "w-full justify-start pl-2") do
plain(helpers.lucide_icon("log-out", class: "w-4 h-4 mr-2"))
plain("Logout")
end
Expand All @@ -44,17 +44,17 @@ def trigger
end

PopoverContent(class: "w-40") do
Link(href: "#", variant: :ghost, class: "block w-full justify-start pl-2") do
Link(href: "#", variant: :ghost, class: "w-full justify-start pl-2") do
plain(helpers.lucide_icon("circle-user", class: "w-4 h-4 mr-2"))
plain("Profile")
end

Link(href: "#", variant: :ghost, class: "block w-full justify-start pl-2") do
Link(href: "#", variant: :ghost, class: "w-full justify-start pl-2") do
plain(helpers.lucide_icon("cog", class: "w-4 h-4 mr-2"))
plain("Settings")
end

Link(href: "#", variant: :ghost, class: "block w-full justify-start pl-2") do
Link(href: "#", variant: :ghost, class: "w-full justify-start pl-2") do
plain(helpers.lucide_icon("log-out", class: "w-4 h-4 mr-2"))
plain("Logout")
end
Expand Down

0 comments on commit 17a686d

Please sign in to comment.