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

    Interface RoomSearchBarLabels

    Customizable text labels for the RoomSearchBar component.

    const spanishLabels: Partial<RoomSearchBarLabels> = {
    searchPlaceholder: 'Buscar salas...',
    sortBy: 'Ordenar por',
    filterBy: 'Filtrar por',
    clearFilters: 'Limpiar filtros',
    };
    interface RoomSearchBarLabels {
        clearFilters: string;
        filterBy: string;
        searchPlaceholder: string;
        sortBy: string;
    }
    Index

    Properties

    clearFilters: string

    Label for the clear filters action

    filterBy: string

    Label for the filter dropdown

    searchPlaceholder: string

    Placeholder text for the search input

    sortBy: string

    Label for the sort dropdown