DocSpace-buildtools/packages/asc-web-components/room-logo/README.md

962 B

Room logo

Room logo allow you display default room logo depend on type and private

Usage

import RoomLogo from "@appserver/components/room-logo";
<RoomLogo type={"custom"} isPrivacy={false} isArchive={false} />
Props Type Required Values Default Description
id string - - - Accepts id
className string - - - Accepts class
style obj, array - - - Accepts css style
type number - - `` Accepts the type of room
isPrivacy boolean - - false Accepts the privacy room
isArchive boolean - - false Accepts the archive room