1 $group
2 . flex items-center
3 button
4 @click sidebarOpen = true
5 class text-gray-500 focus:outline-none lg:hidden
6 svg
7 class w-6 h-6
8 viewBox 0 0 24 24
9 fill none
10 xmlns http://www.w3.org/2000/svg
11 path
12 d M4 6H20M4 12H20M4 18H11
13 stroke currentColor
14 stroke-width 2
15 stroke-linecap round
16 stroke-linejoin round
17 . relative mx-4 lg:mx-0
18 span
19 class absolute inset-y-0 left-0 flex items-center pl-3
20 svg
21 class w-5 h-5 text-gray-500
22 viewBox 0 0 24 24
23 fill none
24 path
25 d M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z
26 stroke currentColor
27 stroke-width 2
28 stroke-linecap round
29 stroke-linejoin round
30 input
31 class w-32 pl-10 pr-4 rounded-md form-input sm:w-64 focus:border-indigo-600
32 type text
33 placeholder Search
34 . flex items-center
35 . relative
36 @ x-data { notificationOpen: false }
37 button
38 @click notificationOpen = ! notificationOpen
39 class flex mx-4 text-gray-600 focus:outline-none
40 svg
41 class w-6 h-6
42 viewBox 0 0 24 24
43 fill none
44 xmlns http://www.w3.org/2000/svg
45 path
46 d M15 17H20L18.5951 15.5951C18.2141 15.2141 18 14.6973 18 14.1585V11C18 8.38757 16.3304 6.16509 14 5.34142V5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5V5.34142C7.66962 6.16509 6 8.38757 6 11V14.1585C6 14.6973 5.78595 15.2141 5.40493 15.5951L4 17H9M15 17V18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18V17M15 17H9
47 stroke currentColor
48 stroke-width 2
49 stroke-linecap round
50 stroke-linejoin round
51 . fixed inset-0 z-10 w-full h-full
52 @ x-show notificationOpen
53 @click notificationOpen = false
54 style display: none;
55 . absolute right-0 z-10 mt-2 overflow-hidden bg-white rounded-lg shadow-xl w-80
56 @ x-show notificationOpen
57 style width: 20rem; display: none;
58 a
59 href #
60 class flex items-center px-4 py-3 -mx-2 text-gray-600 hover:text-white hover:bg-indigo-600
61 img
62 class object-cover w-8 h-8 mx-1 rounded-full
63 src https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=334&q=80
64 alt avatar
65 p
66 class mx-2 text-sm
67 span Sara Salah
68 class font-bold
69 + replied on the
70 span Upload Image
71 class font-bold text-indigo-400
72 ++ artical . 2m
73 a
74 href #
75 class flex items-center px-4 py-3 -mx-2 text-gray-600 hover:text-white hover:bg-indigo-600
76 img
77 class object-cover w-8 h-8 mx-1 rounded-full
78 src https://images.unsplash.com/photo-1531427186611-ecfd6d936c79?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80
79 alt avatar
80 p
81 class mx-2 text-sm
82 span Slick Net
83 class font-bold
84 ++ start following you . 45m
85 a
86 href #
87 class flex items-center px-4 py-3 -mx-2 text-gray-600 hover:text-white hover:bg-indigo-600
88 img
89 class object-cover w-8 h-8 mx-1 rounded-full
90 src https://images.unsplash.com/photo-1450297350677-623de575f31c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=334&q=80
91 alt avatar
92 p
93 class mx-2 text-sm
94 span Jane Doe
95 class font-bold
96 + Like Your reply on
97 span Test with TDD
98 class font-bold text-indigo-400
99 ++ artical . 1h
100 a
101 href #
102 class flex items-center px-4 py-3 -mx-2 text-gray-600 hover:text-white hover:bg-indigo-600
103 img
104 class object-cover w-8 h-8 mx-1 rounded-full
105 src https://images.unsplash.com/photo-1580489944761-15a19d654956?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=398&q=80
106 alt avatar
107 p
108 class mx-2 text-sm
109 span Abigail Bennett
110 class font-bold
111 ++ start following you . 3h
112 . relative
113 @ x-data { dropdownOpen: false }
114 button
115 @click dropdownOpen = ! dropdownOpen
116 class relative block w-8 h-8 overflow-hidden rounded-full shadow focus:outline-none
117 img
118 class object-cover w-full h-full
119 src https://images.unsplash.com/photo-1528892952291-009c663ce843?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=296&q=80
120 alt Your avatar
121 . fixed inset-0 z-10 w-full h-full
122 @ x-show dropdownOpen
123 @click dropdownOpen = false
124 style display: none;
125 . absolute right-0 z-10 w-48 mt-2 overflow-hidden bg-white rounded-md shadow-xl
126 @ x-show dropdownOpen
127 style display: none;
128 a Profile
129 href #
130 class block px-4 py-2 text-sm text-gray-700 hover:bg-indigo-600 hover:text-white
131 a Products
132 href #
133 class block px-4 py-2 text-sm text-gray-700 hover:bg-indigo-600 hover:text-white
134 a Logout
135 href #
136 class block px-4 py-2 text-sm text-gray-700 hover:bg-indigo-600 hover:text-white