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

GithubAvatarList

@component-controls/components
3.4.5

Avatar list that links to github profiles using rest api

import { GithubAvatarList } from '@component-controls/components';

Overview

Name
Description
Default
Controls
overlap

overlap % of the avatars in a list

number
0.4
size

size in pixels

number
32

Name
Description
Default
GithubAvatarListOwnProps (2 properties)
users

list of github user names

GithubAvatarUser[]
-
maxItems

max number of avatars, then use a '...'

number
7
GithubAvatarProps (5 properties)
HTMLAttributes (44 properties)
Attributes (1 properties)
AriaAttributes (48 properties)
DOMAttributes (161 properties)
- (1 properties)
BoxOwnProps (4 properties)
SpaceProps (28 properties)
BackgroundColorProps (2 properties)
OpacityProps (1 properties)

package
imports
peer
react
^17.0.1
useMemoFC
*
theme-ui
^0.6.0-alpha.7
jsxBoxPropsBox

file
imports
"../GithubAvatar"
GithubAvatarGithubAvatarProps

Stories

Max Items

...