@foundation-base/timeline
TypeScript icon, indicating that this package has built-in type declarations

5.4.0 • Public • Published

@foundation-base/timeline

Base timeline component for foundation

Props

data: info[]

The data prop is to pass the data for the timeline component, as an array of objects of type info.

type role = {
  id: number;
  roleName: string;
  startDate: string;
  endDate: string;
  roleExperience: string;
};

type info = {
  id: number;
  companyLogo: string;
  companyName: string;
  experience: string;
  roleInfo: role[];
};

Install

npm install --save @foundation-base/timeline

License

MIT © lijoejohn

Readme

Keywords

none

Package Sidebar

Install

npm i @foundation-base/timeline

Weekly Downloads

37

Version

5.4.0

License

MIT

Unpacked Size

581 kB

Total Files

11

Last publish

Collaborators

  • unplatformsdeveloper