You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #111<TotalsCalendar /> component, the <Overlay /> container will allow its children to be rendered in an overlay. The child component should be positioned in the middle of the screen.
I would like to work on this. My assumption from this (based on the designs) would be that the overlay slightly greys the screen and provides a close button. It then accepts other components inside.
This is related to #111
<TotalsCalendar />
component, the<Overlay />
container will allow its children to be rendered in an overlay. The child component should be positioned in the middle of the screen.Note note that the overlay can be triggered to open by using a
<Button />
component. (see the calendar icon here - https://heathwallace.invisionapp.com/share/ENFXAUAMSQY#/screens/283473387)See the Totals Calendar for an example of usage - https://heathwallace.invisionapp.com/share/ENFXAUAMSQY#/screens/283473504
For reference, this overlay will be quite functionally similar to the
<SettingsDrawer />
componentInput props
children
: children (either components or HTML) to go inside the containerOutput props
onClose()
: fired when the overlay close button is clickedThe text was updated successfully, but these errors were encountered: