Update various components
This commit is contained in:
@@ -2,16 +2,11 @@ import type { MattrixwvTabListProps } from "$/types/TabTypes";
|
||||
import { TabList } from "@headlessui/react";
|
||||
|
||||
|
||||
export default function MattrixwvTabList(props: MattrixwvTabListProps){
|
||||
const {
|
||||
children
|
||||
} = props;
|
||||
|
||||
|
||||
export default function MattrixwvTabList({
|
||||
children
|
||||
}: Readonly<MattrixwvTabListProps>){
|
||||
return (
|
||||
<TabList
|
||||
className="flex flex-row items-center justify-start w-full border-b"
|
||||
>
|
||||
<TabList className="flex flex-row items-center justify-start w-full border-b">
|
||||
{children}
|
||||
</TabList>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user