Skip to content

Commit

Permalink
Add custom properties datepicker documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SoyDiego committed Sep 16, 2023
1 parent f26f754 commit 329f2fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docusaurus/docs/date-picker/input-date-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ Callback event when the component text input changes.
`Type: 'flat' | 'outlined'`
See [react-native-paper text-input](https://callstack.github.io/react-native-paper/text-input.html#mode).

**iconSize**
`Type: Number`
Specifies the size of the icon in pixels.

**iconColor**
`Type: String`
Sets the color of the icon.

**iconStyle**
`Type: React.CSSProperties`
Defines the CSS styles for the icon element.

**validRange**
`Type: {
startDate: Date | undefined,
Expand Down

0 comments on commit 329f2fb

Please sign in to comment.