Hiyve Components - v1.0.0
    Preparing search index...

    Style configuration for the LiveClock component.

    const customStyles: Partial<LiveClockStyles> = {
    padding: 1,
    textAlign: 'left',
    };

    <LiveClock styles={customStyles} />
    interface LiveClockStyles {
        padding: number;
        textAlign: "right" | "left" | "center";
    }
    Index

    Properties

    Properties

    padding: number

    Padding around the clock text

    textAlign: "right" | "left" | "center"

    Text alignment