@@ -9,7 +9,7 @@ import { List, Avatar } from "flowbite-react";
9
9
function Component() {
10
10
return (
11
11
<List unstyled className="max-w-md divide-y divide-gray-200 dark:divide-gray-700">
12
- <ListItem className="pb-3 sm:pb-4">
12
+ <List.Item className="pb-3 sm:pb-4">
13
13
<div className="flex items-center space-x-4 rtl:space-x-reverse">
14
14
<Avatar img="/images/people/profile-picture-1.jpg" alt="Neil image" rounded size="sm" />
15
15
<div className="min-w-0 flex-1">
@@ -18,8 +18,8 @@ function Component() {
18
18
</div>
19
19
<div className="inline-flex items-center text-base font-semibold text-gray-900 dark:text-white">$320</div>
20
20
</div>
21
- </ListItem >
22
- <ListItem className="py-3 sm:py-4">
21
+ </List.Item >
22
+ <List.Item className="py-3 sm:py-4">
23
23
<div className="flex items-center space-x-4 rtl:space-x-reverse">
24
24
<Avatar img="/images/people/profile-picture-3.jpg" alt="Neil image" rounded size="sm" />
25
25
<div className="min-w-0 flex-1">
@@ -28,8 +28,8 @@ function Component() {
28
28
</div>
29
29
<div className="inline-flex items-center text-base font-semibold text-gray-900 dark:text-white">$3467</div>
30
30
</div>
31
- </ListItem >
32
- <ListItem className="py-3 sm:py-4">
31
+ </List.Item >
32
+ <List.Item className="py-3 sm:py-4">
33
33
<div className="flex items-center space-x-4 rtl:space-x-reverse">
34
34
<Avatar img="/images/people/profile-picture-2.jpg" alt="Neil image" rounded size="sm" />
35
35
<div className="min-w-0 flex-1">
@@ -38,8 +38,8 @@ function Component() {
38
38
</div>
39
39
<div className="inline-flex items-center text-base font-semibold text-gray-900 dark:text-white">$67</div>
40
40
</div>
41
- </ListItem >
42
- <ListItem className="py-3 sm:py-4">
41
+ </List.Item >
42
+ <List.Item className="py-3 sm:py-4">
43
43
<div className="flex items-center space-x-4 rtl:space-x-reverse">
44
44
<Avatar img="/images/people/profile-picture-5.jpg" alt="Neil image" rounded size="sm" />
45
45
<div className="min-w-0 flex-1">
@@ -48,8 +48,8 @@ function Component() {
48
48
</div>
49
49
<div className="inline-flex items-center text-base font-semibold text-gray-900 dark:text-white">$2367</div>
50
50
</div>
51
- </ListItem >
52
- <ListItem className="pb-0 pt-3 sm:pt-4">
51
+ </List.Item >
52
+ <List.Item className="pb-0 pt-3 sm:pt-4">
53
53
<div className="flex items-center space-x-4 rtl:space-x-reverse">
54
54
<Avatar img="/images/people/profile-picture-4.jpg" alt="Neil image" rounded size="sm" />
55
55
<div className="min-w-0 flex-1">
@@ -58,7 +58,7 @@ function Component() {
58
58
</div>
59
59
<div className="inline-flex items-center text-base font-semibold text-gray-900 dark:text-white">$367</div>
60
60
</div>
61
- </ListItem >
61
+ </List.Item >
62
62
</List>
63
63
);
64
64
}
0 commit comments