Style configuration for the LiveClock component.
const customStyles: Partial<LiveClockStyles> = { padding: 1, textAlign: 'left',};<LiveClock styles={customStyles} /> Copy
const customStyles: Partial<LiveClockStyles> = { padding: 1, textAlign: 'left',};<LiveClock styles={customStyles} />
Padding around the clock text
Text alignment
Style configuration for the LiveClock component.
Example