{"meta":"<h2 id=\"Guide\">Guide <a class=\"header-anchor scroll-count-item\" href=\"#Guide\" data-scroll-id=\"Guide\">#</a></h2>\n<p>Vertical display of time flow information.</p>\n<h3 id=\"When To Use\">When to use <a class=\"header-anchor scroll-count-item\" href=\"#When To Use\" data-scroll-id=\"When To Use\">#</a></h3>\n<ul>\n<li>When there is a series of information that needs to be ordered from top to bottom.</li>\n<li>There is a need to carry out a series of visual timeline time.</li>\n</ul>\n","api":"<h2 id=\"API\">API <a class=\"header-anchor scroll-count-item\" href=\"#API\" data-scroll-id=\"API\">#</a></h2>\n<h3 id=\"Timeline\">Timeline <a class=\"header-anchor scroll-count-item\" href=\"#Timeline\" data-scroll-id=\"Timeline\">#</a></h3>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Description</th>\n<th>Type</th>\n<th>Default Value</th>\n<th>Required</th>\n<th>Supported Version</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fold</td>\n<td>Custom folding options</td>\n<td>Array&lt;FoldItem&gt;</td>\n<td>-</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>className</td>\n<td>Custom className</td>\n<td>string</td>\n<td>-</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>animation</td>\n<td>Show animation</td>\n<td>boolean</td>\n<td>true</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>mode</td>\n<td>Show mode</td>\n<td>&apos;left&apos; | &apos;alternate&apos;</td>\n<td>&apos;left&apos;</td>\n<td></td>\n<td>1.23.18</td>\n</tr>\n</tbody>\n</table>\n<h3 id=\"Timeline Item\">Timeline.Item <a class=\"header-anchor scroll-count-item\" href=\"#Timeline Item\" data-scroll-id=\"Timeline Item\">#</a></h3>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Description</th>\n<th>Type</th>\n<th>Default Value</th>\n<th>Required</th>\n<th>Supported Version</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>state</td>\n<td>Node state</td>\n<td>&apos;done&apos; | &apos;process&apos; | &apos;error&apos; | &apos;success&apos;</td>\n<td>&apos;done&apos;</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>icon</td>\n<td>Icon</td>\n<td>string</td>\n<td>-</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>dot</td>\n<td>Custom dot</td>\n<td>React.ReactNode</td>\n<td>-</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>time</td>\n<td>Formatted time</td>\n<td>React.ReactNode</td>\n<td>-</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Title</td>\n<td>React.ReactNode</td>\n<td>-</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>timeLeft</td>\n<td>Left time</td>\n<td>React.ReactNode</td>\n<td>-</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Right content</td>\n<td>React.ReactNode</td>\n<td>-</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>animation</td>\n<td>Show animation</td>\n<td>boolean</td>\n<td>true</td>\n<td></td>\n<td>-</td>\n</tr>\n<tr>\n<td>mode</td>\n<td>Show mode</td>\n<td>&apos;left&apos; | &apos;alternate&apos;</td>\n<td>&apos;left&apos;</td>\n<td></td>\n<td>1.23.18</td>\n</tr>\n</tbody>\n</table>\n"}