Skip to content

Commit 1046cb7

Browse files
committed
docs(props): Add highlighted + some internal links
1 parent 03aef7e commit 1046cb7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/guide/Props/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
# Available props
22

33
| Prop | Type | Default | Description |
4-
| ----------------------------- | ----------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------- |
4+
|-------------------------------| ----------------------------- | ----------- |----------------------------------------------------------------------------------------------------------------------------------|
55
| append-to-body | Boolean | false | Append datepicker calendar to body |
66
| autofocus | Boolean | false | Sets html `autofocus` attribute on input |
77
| bootstrap-styling | Boolean | false | Use bootstrap v4 styling classes. |
8-
| calendar-button | Boolean | false | Show an icon that that can be clicked |
9-
| calendar-button-icon | String | | (Deprecated for slot) Use icon for button (ex: fa fa-calendar) |
10-
| calendar-button-icon-content | String | | (Deprecated for slot) Use for material-icons (ex: event) |
8+
| calendar-button | Boolean | false | Show an button that opens/closes the datepicker. Customisable via [slots](../Slots/README.md) |
9+
| calendar-button-icon | String | | (Deprecated for slot) Use icon for button (ex: fa fa-calendar) |
10+
| calendar-button-icon-content | String | | (Deprecated for slot) Use for material-icons (ex: event) |
1111
| calendar-class | String|Object | | CSS class applied to the calendar el |
12-
| clear-button | Boolean | false | Show an icon for clearing the date |
13-
| clear-button-icon | String | | (Deprecated for slot) Use icon for button (ex: fa fa-times) |
12+
| clear-button | Boolean | false | Show a button for clearing the date. Customisable via [slots](../Slots/README.md) |
13+
| clear-button-icon | String | | (Deprecated for slot) Use icon for button (ex: fa fa-times) |
1414
| day-cell-content | Function | | Use to render custom content in day cell |
15-
| disabled | Boolean | false | If `true`, disable Datepicker on screen |
16-
| disabled-dates | Object | | See below for configuration |
15+
| disabled | Boolean | false | If `true`, disable datepicker on screen |
16+
| disabled-dates | Object | | See [Disabled Dates](../DisabledDates/README.md) for configuration |
1717
| first-day-of-week | String | sun | Sets the first day of the week. Possible values: _sun_, _mon_, _tue_, _wed_, _thu_, _fri_, _sat_ |
1818
| fixed-position | String | | Set a fixed position for the picker. Possible values: _bottom_, _bottom-left_, _bottom-right_, _top_, _top-left_ and _top-right_ |
1919
| format | String|Function | dd MMM yyyy | Date formatting string or function |
2020
| full-month-name | Boolean | false | To show the full month name |
21+
| highlighted | Object | | See [Highlighted Dates](../HighlightedDates/README.md) for configuration |
2122
| id | String | | Input id |
2223
| initial-view | String | minimumView | If set, open on that view |
2324
| inline | Boolean | | To show the datepicker always open |
@@ -37,7 +38,7 @@
3738
| show-calendar-on-focus | Boolean | false | Opens the calendar on input focus |
3839
| show-calendar-on-button-click | Boolean | false | Only open the calendar on calendar-button click |
3940
| tabindex | String|Number | | Tabindex for the input field |
40-
| typeable | Boolean | false | If `true`, allow the user to type the date |
41+
| typeable | Boolean | false | If `true`, allow the user to type the date. See [Parsing typed input](../ParsingDates/README.md) |
4142
| use-utc | Boolean | false | Use UTC for time calculations. See [Local Dates vs UTC Dates](../UtcDates/README.md) |
4243
| value | Date|String | | Date value of the datepicker |
4344
| wrapper-class | String|Object | | CSS class applied to the outer div |

0 commit comments

Comments
 (0)