4.3.2 • Published 6 months ago

@hawk-ui/timeline v4.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Installation

To install a component run

$ npm install @hawk-ui/timeline --save

Please import CSS styles via

@import '/path__to__node_modules/@hawk-ui/timeline/dist/index.min.css

Usage

Timeline

Demo

import Timeline from '@hawk-ui/timeline';
<div style={{ display: 'flex', justifyContent: 'space-around' }}>
  <Timeline
    panes={[
      {
        title: 'August 30, 2017',
        content: (
          <span>My first YouTube video was a tutorial on how to build a client-server sockets app in Java.</span>
        ),
      },
      {
        title: 'February 25, 2019',
        content: (
          <div>
            <p>To celebrate 5,000 subscribers, I published a video answering some of the most popular questions which my viewers had asked me since starting my YouTube channel.</p>
            <p>I didn't even remove the jumper in the background before recording that video</p>
          </div>
        ),
      },
      {
        title: 'June 3, 2020',
        content: (
          <span>In my first ever live stream, I couldn't put my cup of coffee down.</span>
        ),
      },
      {
        title: 'June 28, 2021',
        content: (
          <div>
            <span>Published this video.</span>
            <span>Link to code in description</span>
          </div>
        ),
      },
    ]}
  />
</div>
4.2.7

6 months ago

4.1.8

7 months ago

4.2.6

6 months ago

4.1.7

9 months ago

4.2.9

6 months ago

4.2.8

6 months ago

4.1.9

7 months ago

4.3.2

6 months ago

4.2.3

7 months ago

4.3.1

6 months ago

4.2.2

7 months ago

4.2.5

6 months ago

4.2.4

6 months ago

4.3.0

6 months ago

4.2.1

7 months ago

4.2.0

7 months ago

4.1.6

11 months ago

4.1.5

2 years ago

4.0.9

2 years ago

4.0.8

2 years ago

4.1.4

2 years ago

4.0.5

2 years ago

4.1.3

2 years ago

4.0.4

2 years ago

4.0.7

2 years ago

4.0.6

2 years ago

4.1.0

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago