-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(AvatarStack): add component #924
Conversation
9509238
to
acf2698
Compare
Preview is ready. |
acf2698
to
41928c2
Compare
354f847
to
d4666d1
Compare
9233cd8
to
b6f855b
Compare
I have some thoughts on this feature: It accepts <AvatarStack max={2}>
<Avatar/>
<Avatar/>
<Avatar/>
<Avatar/>
</AvatarStack>
<AvatarStack total={25}>
<Avatar/>
<Avatar/>
</AvatarStack> Alternatively, if full control needed we can render "More" item by ourselves: <AvatarStack>
<Avatar/>
<Avatar/>
<AvatarStack.More render={...}/>
</AvatarStack> |
b6f855b
to
efb29ba
Compare
Playwright Test Component is ready. |
02a537e
to
e20f0bb
Compare
@amje i have changed component API from render props to |
88e28e4
to
3d23edd
Compare
af46e3f
to
8e6b0f1
Compare
No description provided.