From 37693e3ea15e04521766b2b77c9cc8c95c307546 Mon Sep 17 00:00:00 2001 From: faisolavolut Date: Tue, 18 Mar 2025 11:07:09 +0700 Subject: [PATCH] fix: add className prop to ListUI component for customizable styling --- components/list/ListUI.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/list/ListUI.tsx b/components/list/ListUI.tsx index 8298066..3b369cd 100644 --- a/components/list/ListUI.tsx +++ b/components/list/ListUI.tsx @@ -5,6 +5,7 @@ import get from "lodash.get"; import { ListBetter } from "../tablelist/List"; export const ListUI: React.FC = ({ tabHeader, + className, name, modeTab, column, @@ -48,7 +49,12 @@ export const ListUI: React.FC = ({ ); } return ( -
+
{title ? (