rc-horizontal-card-timeline
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

rc-horizontal-card-timeline

a horizontal card timeline component of react

Alt Text

NPM JavaScript Style Guide

Install

npm install --save rc-horizontal-card-timeline

PropsType

  • cards: React.ReactElement[]
  • autoplay?: boolean
  • time?: number
  • scrollLength: number

Example

git clone git@github.com:Jwiayou/rc-horizontal-card-timeline.git
cd rc-horizontal-card-timeline/example
npm i
npm start

Use

<ExampleComponent
    cards={React.ReactElement[]}
    autoplay={false}
    scrollLength={1000}
    time={3000}/>

Width, Height 100%

Card style yourself

License

MIT © Jwiayou

Readme

Keywords

none

Package Sidebar

Install

npm i rc-horizontal-card-timeline

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

392 kB

Total Files

8

Last publish

Collaborators

  • jiangwei123