Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zraly committed Jun 9, 2022
1 parent d6baeee commit 7f0126e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dropdown/variations/link/demo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div x-data="dropdown" data-position="bottom">
<a href="#" role="button" x-bind="trigger" class="underline hover:lightness-110 text-blue-500">
Dropup button
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 inline ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-width="2" d="M5 10l7 7 7-7"/></svg>
</a>
<ul x-bind="menu">
<li><a href="#">Action</a></li>
Expand Down

0 comments on commit 7f0126e

Please sign in to comment.