Skip to content

Commit c3bb735

Browse files
committed
updated readme
1 parent d1f4fc7 commit c3bb735

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The plugin ships with various configuration and events that can be used to meet
4747
| minutes | `array` | `[0, 15, 30, 45]` | a list of minutes |
4848
| disabledHours | `array` | `[]` | a list of disabled Hours |
4949
| disabledMinutes | `array` | `[]` | a list of disabled Minutes |
50+
| headerText | String | -- | optional header |
5051

5152
### Methods
5253
NJ-TimePicker ships with methods that can be used to change the picker behaviour. These methods have strict input formatting which helps achive desired result
@@ -122,6 +123,11 @@ You can overridde the default theme by changing the following [css variables](ht
122123
/* close button */
123124
--close-button-bg: #ff0000;
124125
--close-button-fc: #ffffff;
126+
127+
/* header */
128+
--header-text-color: #ffffff;
129+
--header-text-align: left;
130+
--header-bg: #414141;
125131
}
126132
```
127133
## How to Contribute

0 commit comments

Comments
 (0)