@@ -50,9 +50,13 @@ interface IProps {
|
|||||||
// CSS class to apply to dialog div
|
// CSS class to apply to dialog div
|
||||||
"className"?: string;
|
"className"?: string;
|
||||||
|
|
||||||
// if true, dialog container is 60% of the viewport width. Otherwise,
|
/**
|
||||||
// the container will have no fixed size, allowing its contents to
|
* If true, dialog container is between 60% of the viewport width and 704 pixels (depending on screen size and dialog contents).
|
||||||
// determine its size. Default: true.
|
*
|
||||||
|
* Otherwise, the container will have no fixed width, allowing its contents to determine its size.
|
||||||
|
*
|
||||||
|
* Default: true.
|
||||||
|
*/
|
||||||
"fixedWidth"?: boolean;
|
"fixedWidth"?: boolean;
|
||||||
|
|
||||||
// To be displayed at the top of the dialog. Even above the title.
|
// To be displayed at the top of the dialog. Even above the title.
|
||||||
|
|||||||
Reference in New Issue
Block a user