We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e30ab commit 2c2cb15Copy full SHA for 2c2cb15
README.md
@@ -69,6 +69,7 @@ class SimpleCountdownTimer extends React.Component {
69
| Name | Type | Default | Description |
70
| ------------ | ------- | ------- | ----------- |
71
| className | string | `''` | Additional CSS class for the root DOM node |
72
+| id | string | `''` | Additional id for the root DOM node |
73
| count | number | `0` | The count value of the timer base on second |
74
| border | boolean | `false` | If the value is `true`, it means a react-component-countdown-timer has a border |
75
| 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