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
- `backdropClassName` which can contain one or more classes to append and override the default styles (e.g. Changing the backdrop colour can be done by adding the class `bg-blue-800`).
78
78
79
+
`Modal` also takes optional props:
80
+
- `modalClassName` which can contain one or more classes to append to the default modal div.
81
+
79
82
# Example
80
83
81
84
See the `example` directory in the repository for a full example including multiple stacked modals.
0 commit comments