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:
17
resources/assets/js/components/theme/SwBadge.js
Normal file
17
resources/assets/js/components/theme/SwBadge.js
Normal file
@ -0,0 +1,17 @@
|
||||
export default {
|
||||
classes:
|
||||
'px-2 py-1 text-xs bg-success text-green-800 uppercase font-normal text-center',
|
||||
variants: {
|
||||
success:
|
||||
'px-2 py-1 text-xs bg-success text-green-800 uppercase font-normal text-center',
|
||||
|
||||
info:
|
||||
'px-2 py-1 text-xs bg-info text-blue-800 uppercase text-center font-normal',
|
||||
|
||||
danger:
|
||||
'px-2 py-1 text-xs bg-danger text-red-700 uppercase font-normal text-center',
|
||||
|
||||
warning:
|
||||
'px-2 py-1 text-xs bg-warning text-indigo-900 uppercase font-normal text-center',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user