diff --git a/README.md b/README.md index 41a8e97f..b6bbbefe 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ DateTimeField | **minDate** | moment | undefined | The earliest date allowed for entry in the calendar view. | | **maxDate** | moment | undefined | The latest date allowed for entry in the calendar view. | | **mode** | string | undefined | Allows to selectively display only the time picker ('time') or the date picker ('date') | +| **icons** | object| {time: 'glyphicon glyphicon-time', date: 'glyphicon glyphicon-calendar', up: 'glyphicon glyphicon-chevron-up', down: 'glyphicon glyphicon-chevron-down', previous: 'glyphicon glyphicon-chevron-left', next: 'glyphicon glyphicon-chevron-right', today: 'glyphicon glyphicon-screenshot', clear: 'glyphicon glyphicon-trash', close: 'glyphicon glyphicon-remove'} | Optionally replace any/all of the icons | Update Warning =============================== diff --git a/examples/basic/basic.js b/examples/basic/basic.js index f2947c32..76f418eb 100644 --- a/examples/basic/basic.js +++ b/examples/basic/basic.js @@ -76,15 +76,25 @@ class Basic extends Component { -
{'-'}
{'+'}
{''}
‹ | +
+ |
{moment.months()[this.props.viewDate.month()]} {this.props.viewDate.year()} | -› | +
+ |
||||
---|---|---|---|---|---|---|---|---|
- |
||||||||
- |