Files
crater/resources/assets/js/components/theme/SwPopup.js
Mohit Panjwani 89ee58590c build version 400
2020-12-02 17:54:08 +05:30

9 lines
237 B
JavaScript

export default {
classes: {
container: 'relative w-full',
activator: 'relative w-full cursor-pointer',
base: 'flex flex-col absolute w-full top-0 bg-white rounded z-20 shadow-xl',
above: 'bottom-full top-unset',
},
}