Person

The Person component provides a reusable pattern for displaying person information in the interface.

Person: Basic

John Doe
John Doe
John is a skilled web developer with over 10 years of experience in creating dynamic and responsive websites. He specializes in front-end development and has a passion for crafting user-friendly interfaces.
John Doe
John Doe
John is a skilled web developer with over 10 years of experience in creating dynamic and responsive websites. He specializes in front-end development and has a passion for crafting user-friendly interfaces.
John Doe
John Doe
John is a skilled web developer with over 10 years of experience in creating dynamic and responsive websites. He specializes in front-end development and has a passion for crafting user-friendly interfaces.
John Doe
John Doe
John is a skilled web developer with over 10 years of experience in creating dynamic and responsive websites. He specializes in front-end development and has a passion for crafting user-friendly interfaces.
John Doe
John Doe
John is a skilled web developer with over 10 years of experience in creating dynamic and responsive websites. He specializes in front-end development and has a passion for crafting user-friendly interfaces.
John Doe
John Doe
John is a skilled web developer with over 10 years of experience in creating dynamic and responsive websites. He specializes in front-end development and has a passion for crafting user-friendly interfaces.

API

Parameter Default Description
Given name. In the U.S., the first name of a person
false Family name. In the U.S., the last name of a person
false The job title of the person (for example, Financial Manager)
false Email address.
[] Phone numbers and icon. Array with arrays containing [number: string, icon: smartphone]
false Physical address of the person
false Visiting address of the person (if different from the physical address)
false A brief description of the person
false An image of the person, URL or image ID
false The administration unit the person belongs to
[] Social media links for the person
[] Custom sections for additional information about the person
true Use an avatar image if no image is provided
extended The view file to render the person component, simple or extended

CSS API

Variable Default Type Values Description
var(--shadow-amount) range - Multiplier for elevation shadows. 0 = none, 1 = default.
var(--shadow-color) rgba - Shadow Color

Similar components