Skip to content

Commit 6909d23

Browse files
rallyssonarthurdenner
authored andcommitted
docs(README): added documentation of new props in DatePicker (#9)
1 parent 9b1ce6f commit 6909d23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ More examples [here](https://react-semantic-ui-datepickers.now.sh).
7878
| locale | object | no | [en-US](https://github.com/arthurdenner/react-semantic-ui-datepickers/blob/master/src/locales/en-US.js) | Object with the labels to be used on the library PS: Feel free to submit PR's with more locales! |
7979
| onDateChange | function | yes | | Callback fired when the value changes |
8080
| type | string | no | basic | Type of input to render. Available options: 'basic' and 'range' |
81+
|selected | Date, arrayOf(Date) | no | | Default date selected |
82+
| pointing | string | no | 'left' | Location to render the component around input. Available options: 'left', 'right', 'top left', 'top right' |
8183

8284
### Form.Input Props
8385

0 commit comments

Comments
 (0)