Currently there is only a boolean option format24h for providing the two circles.
However it is not customizable. (e.g. font size for different circles, 12h inside and 24h outside, etc.)
To solve this, I would like to have two slots for the two circles.
instead of format24h, add props :formatCircles="[12, 12]"innerCircle has 12 elements and outerCircle has 12 elements
Note: the formatCircles shall be either number or array ( [6]; [6, 6] )
Currently there is only a boolean option
format24h
for providing the two circles.However it is not customizable. (e.g. font size for different circles, 12h inside and 24h outside, etc.) To solve this, I would like to have two slots for the two circles.
instead of format24h, add props
:formatCircles="[12, 12]"
innerCircle has 12 elements and outerCircle has 12 elementsNote: the formatCircles shall be either number or array (
[6]
;[6, 6]
)index
is between0
andn-1
the prop
value
is the number for the hour/minute/secondCurrent Apperance with
:format24h = "true"
Reference Image:
Remarks: Placing the 1-12 inside can use a larger font size to make contrast to the outer circle.