JSPM

profile-info

0.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q22516F
  • License ISC

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

Package Exports

  • profile-info

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (profile-info) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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>