prateekjadhwani / profile-info

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%