Formatted class typing

pull/4243/head
Tuğçe Küçükoğlu 2023-08-05 14:04:05 +03:00
parent 937d690711
commit 067c29b071
1 changed files with 3 additions and 3 deletions

View File

@ -284,7 +284,7 @@ export default {
}
},
tabview: {
navContainer: ({ props, context, parent }) => ({
navContainer: ({ props }) => ({
class: [
'relative', // Relative positioning.
{ 'overflow-hidden': props.scrollable } // Overflow condition.
@ -1128,9 +1128,9 @@ export default {
icon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900'
},
radiobutton: {
root: ({ props }) => ({
root: {
class: ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
}),
},
input: ({ props }) => ({
class: [
'flex justify-center items-center',