mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 20:51:09 -04:00
build version 400
This commit is contained in:
8
resources/assets/js/components/theme/SwPopup.js
Normal file
8
resources/assets/js/components/theme/SwPopup.js
Normal file
@ -0,0 +1,8 @@
|
||||
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',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user