1.0.4 • Published 5 years ago

@coop/component-backdrop v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

DEPRECATED - Coop Backdrop

React component

Backdrop component to use behind modals, overlays and widgets etc. Control the visibility state with prop visible.

  import Backdrop from '@coop/component-backdrop'
  import '@coop/component-backdrop/styles.css'

  <Backdrop visible={true} onClose={() => {}} zIndex={1000} />

Props

PropertyPropTypeRequiredDefault Value
visiblebooleantruefalse
onClosefunctionfalse-
zIndexnumbertrue100000

Part of Coop Trolley

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago