Build an argon user image

argonUser(..., title = NULL, subtitle = NULL, src = NULL)

Arguments

...

Any element such as argonIcon...

title

User title.

subtitle

User subtitle.

src

User image url or path.

Author

David Granjon, dgranjon@ymail.com

Examples

if (interactive()) {
 library(argonR)
 argonUser(
  title = "Ryan Tompson",
  subtitle = "Web Developer",
  src = "https://demos.creative-tim.com/argon-design-system/assets/img/theme/team-1-800x800.jpg"
 )
}