4.4.1 • Published 4 months ago
@hawk-ui/timeline v4.4.1
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
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
5 months ago
4.3.6
6 months ago
4.3.5
6 months ago
4.3.8
5 months ago
4.3.7
6 months ago
4.4.1
4 months ago
4.4.0
5 months ago
4.3.4
6 months ago
4.3.3
6 months ago
4.2.7
1 year ago
4.1.8
1 year ago
4.2.6
1 year ago
4.1.7
1 year ago
4.2.9
1 year ago
4.2.8
1 year ago
4.1.9
1 year ago
4.3.2
12 months ago
4.2.3
1 year ago
4.3.1
1 year ago
4.2.2
1 year ago
4.2.5
1 year ago
4.2.4
1 year ago
4.3.0
1 year ago
4.2.1
1 year ago
4.2.0
1 year ago
4.1.6
1 year 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
3 years ago
4.0.2
3 years ago