AvatarButton
A button that contains the user’s Avatar.
Basic Usage
Show editable code example
Any Paragon component or export may be added to the code example.
With Dropdown
Show editable code example
Any Paragon component or export may be added to the code example.
Props set on Dropdown.Toggle get passed through to the "as" component
Show editable code example
Any Paragon component or export may be added to the code example.
No label
For use in mobile viewports or constrained views.
Show editable code example
Any Paragon component or export may be added to the code example.
CSS overrides can be applied to this component through the .btn-avatar
class name.
Theme Variables (SCSS)#
$avatar-button-padding-left: .25em !default;$avatar-button-padding-left-sm: .25em !default;$avatar-button-padding-left-lg: .25em !default;
Props API#
AvatarButton Props API
- children
string
The button text
- className
string
A class name to append to the button
- showLabel
bool
DefaulttrueShow the label or only the avatar
- size
enum
'sm' | 'md' | 'lg'Default'md'The button size
- src
string
Image src of the avatar image
- variant
string
Default'tertiary'The button style variant to use
Usage Insights#
AvatarButton
Project Name | Paragon Version | Instance Count | |
---|---|---|---|
frontend-app-admin-portal | 20.26.3 | 1 | |
frontend-app-learner-dashboard | 20.32.0 | 2 | |
frontend-app-learner-portal-enterprise | 20.31.1 | 2 | |
frontend-app-publisher | 20.28.5 | 1 | |
frontend-app-support-tools | 20.26.0 | 2 | |
frontend-component-header-edx | 20.32.3 | 2 | |
prospectus | 20.32.3 | 1 |