Collection of theme-ui and external components.
created:3/15/2021
updated:3/15/2021
source lines:57
comments %:19

GithubAvatarList

Avatar list that links to github profiles using rest api

Overview

({ size, overlap }) => {
return (
<GithubAvatarList
size={size}
overlap={overlap}
users={[
{ username: 'hasparus' },
{ username: 'lachlanjc' },
{ username: 'atanasster' },
]}
/>
);
}

Controls

Name
Description
Default
Controls
overlap

overlap % of the avatars in a list

number
0.4
size

size in pixels

number
32

A11y tests

aria

+3 rules100

structure

+1 rules100

text-alternatives

+2 rules100

Viewport

320px

375px

768px

1024px