1.0.2 • Published 5 months ago
gooddialogs v1.0.2
Dialogs
Install
npm install gooddialogs
Import single
import 'gooddialogs/dist/base.min.css';
import {goodDialogs} from 'gooddialogs';
Import and create instance
import 'gooddialogs/dist/base.min.css';
import {GoodDialogs} from 'gooddialogs';
const goodDialogs = new GoodDialogs('Message');
Use
const resDialog = await goodDialogs.confirm('Message')
With Options
const resDialog = await goodDialogs.confirm('Message', {/* Options */})
Confirm Dialog
const resDialog = await goodDialogs.confirm('Mensaje')
Option Properties
Parameter | Type | Explanation |
---|---|---|
alertClass | string | Additional CSS class for the alert. |
alertIn | string | Defines the entry animation for the alert. |
alertOut | string | Defines the exit animation for the alert. |
cancelButtonClass | string | CSS class for the cancellation button. |
cancelButtonText | string | Text for the cancellation button. |
confirmButtonClass | string | CSS class for the confirmation button. |
confirmButtonText | string | Text for the confirmation button. |
containerClass | string | CSS class for the alert container. |
darkForce | boolean | Forces the use of the dark theme. |
divIconClass | string | CSS class for the icon within the alert. |
footerClass | string | CSS class for the alert footer. |
lightForce | boolean | Forces the use of the light theme. |
onConfirm | () => void | Function that executes when the user confirms the alert. |
persistent | boolean | Indicates whether the alert should remain visible until the user manually closes it. |
position | 'top' \| 'left' \| 'right' \| 'center' \| 'top-left' \| 'top-center' \| 'top-right' | Defines the position of the alert on the screen. |
subtitle | string \| null | Subtitle of the alert. |
theme | OptionTheme | Theme of the alert, defined by OptionTheme . |
timer | number \| null | Sets the time in milliseconds before the alert automatically closes. |
title | string \| null | Title of the alert. |
1.0.2
5 months ago
1.0.1
5 months ago
1.0.0
8 months ago
0.5.0
9 months ago
0.5.1
9 months ago
0.3.0
1 year ago
0.2.1
1 year ago
0.2.0
1 year ago
0.4.4
1 year ago
0.4.1
1 year ago
0.3.2
1 year ago
0.2.3
1 year ago
0.4.0
1 year ago
0.3.1
1 year ago
0.2.2
1 year ago
0.4.3
1 year ago
0.2.5
1 year ago
0.4.2
1 year ago
0.2.4
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.0
1 year ago