This is the ProfileCard component

Package version

npm i module-tsl-ui-profile-card --save
6.4.15

imports

import { ProfileCard } from 'module-tsl-ui-profile-card';
@import '~module-tsl-ui-profile-card/profile-card';

example (editable)

JB

Jakob Buhl

Custom element
Applied
22 May 2018
Source
tes.com
<ProfileCard
  name="Jakob Buhl"
  selectable
  label="shortlisted"
  theme="orange"
  optionsElement={<div>Hello</div>}
  infoList={[
    <div>Custom element</div>,
    { label: 'Applied', value: '22 May 2018' },
    { label: 'Source', value: 'tes.com' },
  ]}
/>  

Props

We couldn't detect props! Check if __docgenInfo is correctly defined

storybook

View ProfileCard storybook stories