4.4.1 • Published 10 months ago

@hawk-ui/timeline v4.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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.3.9

11 months ago

4.3.6

11 months ago

4.3.5

11 months ago

4.3.8

11 months ago

4.3.7

11 months ago

4.4.1

10 months ago

4.4.0

11 months ago

4.3.4

12 months ago

4.3.3

12 months ago

4.2.7

2 years ago

4.1.8

2 years ago

4.2.6

2 years ago

4.1.7

2 years ago

4.2.9

1 year ago

4.2.8

2 years ago

4.1.9

2 years ago

4.3.2

1 year ago

4.2.3

2 years ago

4.3.1

1 year ago

4.2.2

2 years ago

4.2.5

2 years ago

4.2.4

2 years ago

4.3.0

1 year ago

4.2.1

2 years ago

4.2.0

2 years ago

4.1.6

2 years ago

4.1.5

3 years ago

4.0.9

3 years ago

4.0.8

3 years ago

4.1.4

3 years ago

4.0.5

3 years ago

4.1.3

3 years ago

4.0.4

3 years ago

4.0.7

3 years ago

4.0.6

3 years ago

4.1.0

3 years ago

4.1.2

3 years ago

4.1.1

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago