Customizable MUI sx styles for the RoomCard component.
const customStyles: Partial<RoomCardStyles> = { card: { borderRadius: 3, boxShadow: 2 }, header: { py: 1.5 }, actions: { justifyContent: 'flex-start' },}; Copy
const customStyles: Partial<RoomCardStyles> = { card: { borderRadius: 3, boxShadow: 2 }, header: { py: 1.5 }, actions: { justifyContent: 'flex-start' },};
sx props applied to the card actions area
sx props applied to the card root
sx props applied to the card header area
Customizable MUI sx styles for the RoomCard component.
Example