## タイムライン
タイムラインを視覚的に表示します。
### 基本的な使い方
タイムラインは、昇順または降順で複数のアクティビティに分割することができます。タイムスタンプは他のコンポーネントと区別するための重要な機能です。ステップとの違いに注意してください。
:::demo
```html
{{activity.content}}
```
:::
### カスタムノード
サイズ、色、アイコンはノード内でカスタマイズ可能です。
:::demo
```html
{{activity.content}}
```
:::
### カスタムタイムスタンプ
タイムスタンプは、コンテンツが大きい場合にコンテンツの上部に配置することができます。
:::demo
```html
Update Github template
Tom committed 2018/4/12 20:46
Update Github template
Tom committed 2018/4/3 20:46
Update Github template
Tom committed 2018/4/2 20:46
```
:::
### タイムライン-アイテム属性
| Attribute | Description | Type | Accepted Values | Default |
|---------- |-------- |---------- |------------- |-------- |
| timestamp | タイムスタンプコンテンツ | string | - | — |
| hide-timestamp | タイムスタンプを表示するかどうか | boolean | — | false |
| placement | タイムスタンプ位置 | string | top / bottom | bottom |
| type | ノード型 | string | primary / success / warning / danger / info | - |
| color | ノードの背景色 | string | hsl / hsv / hex / rgb | - |
| size | ノードサイズ | string | normal / large | normal |
| icon | アイコンクラス名 | string | — | - |
### タイムラインアイテムスロット
| name | Description |
|------|--------|
| — | タイムライン項目のカスタムコンテンツ |
| dot | カスタム定義ノード |