Skip to content
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: allow using initials as Avatar placeholder #375

Merged
merged 4 commits into from
Oct 11, 2022

Commits on Oct 9, 2022

  1. feat: allow using initials as Avatar placeholder

    Add new prop, `placeholderInitials`, to the `Avatar` component.
    String passed in this prop will be displayed as `Avatar`'s placeholder, if image is not provided.
    
    Refs: themesberg#357
    iamargentum committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    b9ef720 View commit details
    Browse the repository at this point in the history
  2. docs(avatar): update docs with Placeholder Initials for Avatar

    Update the docs with newly added feature, that allows usage of initials as a placeholder for
    `Avatar` component
    
    themesberg#357
    iamargentum committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    3eb6454 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    744042e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    922eb83 View commit details
    Browse the repository at this point in the history