Skip to content

Commit

Permalink
Publish new API docs (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnrusschen committed Oct 17, 2018
1 parent d517619 commit 179ee16
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
9 changes: 5 additions & 4 deletions docs/calendar_container.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# `calendar_container` (component)

| name | type | default value | description |
| ----------- | -------- | ------------- | ----------- |
| `children` | `node` | | |
| `className` | `string` | | |
| name | type | default value | description |
| ------------ | -------- | ------------- | ----------- |
| `arrowProps` | `object` | `{}` | |
| `children` | `node` | | |
| `className` | `string` | | |
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ General datepicker component.
| `onChangeRaw` | `func` | | |
| `onClickOutside` | `func` | `function() {}` | |
| `onFocus` | `func` | `function() {}` | |
| `onInputClick` | `func` | `function() {}` | |
| `onKeyDown` | `func` | `function() {}` | |
| `onMonthChange` | `func` | `function() {}` | |
| `onSelect` | `func` | `function() {}` | |
| `onWeekSelect` | `func` | | |
| `onYearChange` | `func` | `function() {}` | |
| `open` | `bool` | | |
| `openToDate` | `object` | | |
| `peekNextMonth` | `bool` | | |
| `placeholderText` | `string` | | |
Expand All @@ -64,6 +66,7 @@ General datepicker component.
| `preventOpenOnFocus` | `bool` | `false` | |
| `previousMonthButtonLabel` | `string` | `"Previous Month"` | |
| `readOnly` | `bool` | `false` | |
| `renderCustomHeader` | `func` | | |
| `required` | `bool` | | |
| `scrollableMonthYearDropdown` | `bool` | | |
| `scrollableYearDropdown` | `bool` | | |
Expand Down
10 changes: 7 additions & 3 deletions docs/popper_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
| `hidePopper` | `bool` | `true` | |
| `popperComponent` | `element` | | |
| `popperContainer` | `func` | | |
| `popperModifiers` | `object` | `{ preventOverflow: { enabled: true, escapeWithReference: true, boundariesElement: "viewport" } }` | |
|`popperPlacement` | `enum("auto"\|"auto-left"\|"auto-right"\|"bottom"\|"bottom-end"\|"bottom-start"\|"left"\|"left-end"\|"left-start"\|"right"\|"right-end"\|"right-start"\|"top"\|"top-end"\|"top-start")`| `"bottom-start"` | |
|`targetComponent` | `element` | | |
| `popperModifiers` | `object` | `{ |

preventOverflow: {
enabled: true,
escapeWithReference: true,
boundariesElement: "viewport"
}
}`|| |`popperPlacement`|`enum("bottom"\|"bottom-end"\|"bottom-start"\|"left"\|"left-end"\|"left-start"\|"right"\|"right-end"\|"right-start"\|"top"\|"top-end"\|"top-start")`|`"bottom-start"`|| |`targetComponent`|`element`|||

0 comments on commit 179ee16

Please sign in to comment.