|
@@ -160,7 +160,7 @@ The content of Dialog can be anything, even a table or a form. This example show
|
|
|
|
|
|
| Attribute | Description | Type | Accepted Values | Default |
|
|
|
|---------- |-------------- |---------- |-------------------------------- |-------- |
|
|
|
-| title | title of Dialog | string | — | — |
|
|
|
+| title | title of Dialog. Can also be passed with a named slot (see the following table) | string | — | — |
|
|
|
| size | size of Dialog | string | tiny/small/large/full | small |
|
|
|
| top | value for `top` of Dialog CSS, works when `size` is not `full` | string | — | 15% |
|
|
|
| modal | whether a mask is displayed | boolean | — | true |
|
|
@@ -175,6 +175,7 @@ The content of Dialog can be anything, even a table or a form. This example show
|
|
|
| Name | Description |
|
|
|
|------|--------|
|
|
|
| — | content of Dialog |
|
|
|
+| title | content of the Dialog title |
|
|
|
| footer | content of the Dialog footer |
|
|
|
|
|
|
### Methods
|