Combined labels interface for the RoomsList component.
Groups all label categories so consumers can customize any text from a single labels prop. Each sub-object is partial, so only the labels that need changing must be specified.
labels
<RoomsList labels={{ entity: { entity: 'Session', entityPlural: 'Sessions' }, card: { startButton: 'Launch' }, searchBar: { searchPlaceholder: 'Find sessions...' }, }}/> Copy
<RoomsList labels={{ entity: { entity: 'Session', entityPlural: 'Sessions' }, card: { startButton: 'Launch' }, searchBar: { searchPlaceholder: 'Find sessions...' }, }}/>
Room card labels
Create dialog labels
Entity terminology labels for rebranding "Room"
Search bar labels
Settings dialog labels
Combined labels interface for the RoomsList component.
Remarks
Groups all label categories so consumers can customize any text from a single
labelsprop. Each sub-object is partial, so only the labels that need changing must be specified.Example