DocSpace-buildtools/packages/asc-web-components/room-logo
2022-06-14 16:32:29 +03:00
..
index.js Web:Components:RoomLogo: update icon path 2022-06-10 14:58:38 +03:00
README.md Web:Components:init room-logo component 2022-06-08 16:40:22 +03:00
room-logo.stories.js Web:Components:init room-logo component 2022-06-08 16:40:22 +03:00
room-logo.test.js Web:Components:init room-logo component 2022-06-08 16:40:22 +03:00
styled-room-logo.js Web:Components:RoomLogo: add min width for room logo container 2022-06-14 16:32:29 +03:00

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} />
Props Type Required Values Default Description
id string - - - Accepts id
className string - - - Accepts class
style obj, array - - - Accepts css style
type [ "view", "review", "fill", "editing","custom", "archive"] - - `` Accepts the type of room
isPrivacy boolean - - false Accepts the privacy room