Skip to content

Commit 2c2cb15

Browse files
committed
Add Id description to README.md;
1 parent d4e30ab commit 2c2cb15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class SimpleCountdownTimer extends React.Component {
6969
| Name | Type | Default | Description |
7070
| ------------ | ------- | ------- | ----------- |
7171
| className | string | `''` | Additional CSS class for the root DOM node |
72+
| id | string | `''` | Additional id for the root DOM node |
7273
| count | number | `0` | The count value of the timer base on second |
7374
| border | boolean | `false` | If the value is `true`, it means a react-component-countdown-timer has a border |
7475
| showTitle | boolean | `false` | If the value is `true`, it means a react-component-countdown-timer has a title top of each section |

0 commit comments

Comments
 (0)