mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 09:50:22 +00:00
Create README.md
This commit is contained in:
@@ -54,7 +54,7 @@ methods: {
|
||||
| adaptive | false | Boolean | false | If true, modal box will try to adapt to the window size |
|
||||
| draggable | false | [Boolean, String]| false | If true, modal box will be draggable. |
|
||||
| transition| false | String | | Transition name |
|
||||
| classes | false | [String, Array] | 'nice-modal'| Classes that will be applied to the actual modal box, if not specified, the default 'vue--modal' class will be applied |
|
||||
| classes | false | [String, Array] | 'vue--modal'| Classes that will be applied to the actual modal box, if not specified, the default 'vue--modal' class will be applied |
|
||||
| width | false | Number | 600 | |
|
||||
| height | false | Number | 300 | |
|
||||
| minWidth | false | Number | 0 | The minimum width to which modal can be resized |
|
||||
|
||||
Reference in New Issue
Block a user