backdrop

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
122,278
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
28 KB
If `true`, the backdrop is invisible.
2 contributors
Install backdrop as a package?
Copied
npm i @bit/mui-org.material-ui.backdrop
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right

If true, the backdrop is invisible. It can be used when rendering a popover or a custom select component.

If true, the backdrop is open.

The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.

Demos:

API:

Properties
NameTypeDescription
children
node

The content of the component.

classes
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
invisible
bool

If true, the backdrop is invisible. It can be used when rendering a popover or a custom select component.

open
(required)
bool

If true, the backdrop is open.

transitionDuration
number | {"appear":"number","enter":"number","exit":"number"}

The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.

Help and resources