Customizable text labels for the RoomSearchBar component.
const spanishLabels: Partial<RoomSearchBarLabels> = { searchPlaceholder: 'Buscar salas...', sortBy: 'Ordenar por', filterBy: 'Filtrar por', clearFilters: 'Limpiar filtros',}; Copy
const spanishLabels: Partial<RoomSearchBarLabels> = { searchPlaceholder: 'Buscar salas...', sortBy: 'Ordenar por', filterBy: 'Filtrar por', clearFilters: 'Limpiar filtros',};
Label for the clear filters action
Label for the filter dropdown
Placeholder text for the search input
Label for the sort dropdown
Customizable text labels for the RoomSearchBar component.
Example