This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +314
-5
lines changed Expand file tree Collapse file tree 5 files changed +314
-5
lines changed Original file line number Diff line number Diff line change 17
17
Submit new component
18
18
</a >
19
19
20
- <div class =" relative" @mouseover =" dropdown = true" @mouseover .away =" dropdown = false" x-data =" { dropdown: true }" >
20
+ <div class =" relative" @mouseover =" dropdown = true" @mouseover .away =" dropdown = false" x-data =" { dropdown: false }" >
21
21
<!-- Dropdown toggle button -->
22
22
<button class =" flex items-center justify-center space-x-2 focus:outline-none" >
23
23
<img class =" object-cover w-8 h-8 border-2 rounded-full border-primary lg:w-10 lg:h-10 " src =" https://images.unsplash.com/photo-1502767882403-636aee14f873?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80" alt =" avatar" >
33
33
x-transition:leave =" transition ease-in duration-75 transform"
34
34
x-transition:leave-start =" opacity-100 scale-100"
35
35
x-transition:leave-end =" opacity-0 scale-95"
36
- class =" absolute right -0 z-20 w-48 py-1 mt-2 bg-white border border-gray-100 rounded-md shadow-xl dark:bg-gray-800" >
37
- <a href =" # " class =" block px-4 py-2 text-sm text-gray-700 capitalize transition-colors duration-200 transform dark:text-gray-300 hover:bg-primary hover:text-white dark:hover:text-white" >
36
+ class =" absolute left -0 z-20 w-48 py-1 mt-2 bg-white border border-gray-100 rounded-md shadow-xl lg:left-auto lg:right-0 dark:bg-gray-800" >
37
+ <a href =" /profile " class =" block px-4 py-2 text-sm text-gray-700 capitalize transition-colors duration-200 transform dark:text-gray-300 hover:bg-primary hover:text-white dark:hover:text-white" >
38
38
your profile
39
39
</a >
40
40
41
+ <a href =" #" class =" block px-4 py-2 text-sm text-gray-700 capitalize transition-colors duration-200 transform dark:text-gray-300 hover:bg-primary hover:text-white dark:hover:text-white" >
42
+ Your Favourites
43
+ </a >
44
+
41
45
<a href =" #" class =" block px-4 py-2 text-sm text-gray-700 capitalize transition-colors duration-200 transform dark:text-gray-300 hover:bg-primary hover:text-white dark:hover:text-white" >
42
46
Settings
43
47
</a >
48
+
44
49
<hr >
45
50
<a href =" #" class =" block px-4 py-2 text-sm text-gray-700 capitalize transition-colors duration-200 transform dark:text-gray-300 hover:bg-primary hover:text-white dark:hover:text-white" >
46
51
Log Out
Original file line number Diff line number Diff line change 360
360
</div >
361
361
362
362
<div class =" flex justify-center mt-10" >
363
- <button class =" flex items-center px-4 py-2 space-x-3 text-gray-600 transition-colors duration-200 transform border rounded-lg hover:bg-gray-200 " >
363
+ <button class =" flex items-center px-4 py-2 space-x-3 text-gray-600 transition-colors duration-200 transform border rounded-lg hover:bg-gray-100 focus:outline-none " >
364
364
<span >Next</span >
365
365
<svg class =" w-4 h-4" xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 20 20" fill =" currentColor" >
366
366
<path fill-rule =" evenodd" d =" M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clip-rule =" evenodd" />
Original file line number Diff line number Diff line change 374
374
</div >
375
375
</div >
376
376
</div >
377
+
378
+ <div class =" flex justify-center mt-10" >
379
+ <a href =" #" class =" px-4 py-2 mt-2 text-gray-600 transition-colors duration-200 transform border rounded-lg hover:bg-gray-100 focus:outline-none" >
380
+ See more components
381
+ </a >
382
+ </div >
377
383
</section >
378
384
@endsection
You can’t perform that action at this time.
0 commit comments