/profile-info

A webcomponent that shows information about an employee in the form of a profile card.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

profile-info

Published on webcomponents.org

A web component that shows information about an employee in the form of a profile card.

Demo

<profile-info
  name="John Doe"
  designation="Frontend Engineer - Marketing"
  id-number="PRC-1455"
  picture-src="./john-doe.png"
  employee-type="ft">
</profile-info>