Skip to content

Commit a96e39e

Browse files
committed
feat(Media): add binding component Avatar & AvatarGroup.
1 parent c0e96c9 commit a96e39e

File tree

5 files changed

+1613
-3
lines changed

5 files changed

+1613
-3
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ All of Style Props implementation is write in File:[Chakra__MakeProps.res](https
207207
- [ ] LinkOverlay
208208

209209
### Media and Icons
210-
- [ ] Avatar
210+
- [x] Avatar
211+
- [x] AvatarGroup
211212
- [x] Icon
212213
- [x] Image
213214

Diff for: src/Chakra.res

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ module Heading = Chakra__Heading
9797
// module LinkOverlay = Chakra__LinkOverlay;
9898

9999
// ### Media and Icons
100-
// TODO Media and Icons
101-
// module Avatar = Chakra__Avatar;
100+
module Avatar = Chakra__Avatar
101+
module AvatarGroup = Chakra__AvatarGroup
102102
module Icon = Chakra__Icon
103103
module Image = Chakra__Image
104104

0 commit comments

Comments
 (0)