mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 12:41:10 -04:00
build version 400
This commit is contained in:
8
resources/assets/js/components/theme/SwSwitch.js
Normal file
8
resources/assets/js/components/theme/SwSwitch.js
Normal file
@ -0,0 +1,8 @@
|
||||
export default {
|
||||
classes: {
|
||||
container: 'switch-container focus:outline-none',
|
||||
switch: 'switch',
|
||||
label:
|
||||
'relative block h-4 bg-white border border-solid cursor-pointer border-gray switch-label',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user