Components

Modal Base(React)

The basic modal functionality without any styles

Version:14.16.0 View sourceChangelogReport issue
Install:yarn add @thumbtack/thumbprint-react
Import:import { ModalBase } from '@thumbtack/thumbprint-react';

Deprecated

This package was deprecated in favor of ModalCurtain.

Basic ModalBase

Modal with wrapper component

This example includes a wrapper component that opens the modal when the button is clicked on.

Props

ModalBase

We need to make sure we don’t mount the DisplacedModalStructure (which uses portals) before componentDidMount because it’ll cause warnings (and actual bugs) with server-side rendering. Pattern taken from react docs and solutions to issues: https://reactjs.org/docs/react-dom.html#hydrate https://github.com/facebook/react/issues/11169

    Was this page helpful?

    We use this feedback to improve the quality of our documentation.