File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# History
22----
33
4+ ## 3.1.0
5+
6+ - Add ` tailContent ` .
7+
48## 3.0.0
59
610- Rewrite from bottom.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ online example: http://react-component.github.io/steps/examples/
109109 </tr>
110110 <tr>
111111 <td>icon</td>
112- <td>ReactNode or string </td>
112+ <td>ReactNode</td>
113113 <td></td>
114114 <td>set icon of step item</td>
115115 </tr>
@@ -119,6 +119,12 @@ online example: http://react-component.github.io/steps/examples/
119119 <td></td>
120120 <td>status of current Steps, could be `error` `process` `finish` `wait`</td>
121121 </tr>
122+ <tr>
123+ <td>tailContent</td>
124+ <td>ReactNode</td>
125+ <td></td>
126+ <td>content above tail</td>
127+ </tr>
122128 </tbody >
123129</table >
124130
Original file line number Diff line number Diff line change 11{
22 "name" : " rc-steps" ,
3- "version" : " 3.0.1 " ,
3+ "version" : " 3.1.0 " ,
44 "description" : " steps ui component for react" ,
55 "keywords" : [
66 " react" ,
You can’t perform that action at this time.
0 commit comments