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

    Labels for ScheduleForm component

    interface ScheduleFormLabels {
        cancel: string;
        create: string;
        createTitle: string;
        description: string;
        descriptionPlaceholder: string;
        editTitle: string;
        endTime: string;
        invalidEmail: string;
        invalidTimeRange: string;
        participants: string;
        participantsPlaceholder: string;
        recurring: string;
        required: string;
        startTime: string;
        timezone: string;
        title: string;
        titlePlaceholder: string;
        update: string;
    }
    Index

    Properties

    cancel: string

    Cancel button text

    create: string

    Create button text

    createTitle: string

    Form title for creating

    description: string

    Description field label

    descriptionPlaceholder: string

    Description field placeholder

    editTitle: string

    Form title for editing

    endTime: string

    End time field label

    invalidEmail: string

    Invalid email error

    invalidTimeRange: string

    Invalid time range error

    participants: string

    Participants field label

    participantsPlaceholder: string

    Participants field placeholder

    recurring: string

    Recurring checkbox label

    required: string

    Required field error

    startTime: string

    Start time field label

    timezone: string

    Timezone field label

    title: string

    Title field label

    titlePlaceholder: string

    Title field placeholder

    update: string

    Update button text