Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎README.md‎

Lines changed: 2 additions & 1 deletion
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

‎src/Chakra.res‎

Lines changed: 2 additions & 2 deletions
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+
moduleAvatar=Chakra__Avatar
101+
module AvatarGroup = Chakra__AvatarGroup
102102
module Icon = Chakra__Icon
103103
module Image = Chakra__Image
104104

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /