Backdrop

Overview

Panel that inhibits activity upon the screen when active. Often used with the Progress component

Image not applicable

Example : Default usage
import { Backdrop } from '@ska-telescope/ska-gui-components';

...

<Backdrop open={open} >

  ...

 </Backdrop>
Properties

Property

Type

Required

default

children

JSX.Element

No

Allows for a components to be placed on top of the backdrop

open

boolean

No

Yes

Determines if the panel is active

visible

boolean

No

No

IF visible the panel has a semi-opaque grey colouring

Constants

none

Testing Identifier

none