Pair checkboxes and fix twig indent

This commit is contained in:
Gregory Schier
2023-03-20 00:03:33 -07:00
parent ae65f222bc
commit 90294fbb5d
23 changed files with 286 additions and 115 deletions

View File

@@ -22,8 +22,8 @@ export type TabItem = {
interface Props {
label: string;
value?: string;
onChangeValue: (value: string) => void;
value: string;
tabs: TabItem[];
tabListClassName?: string;
className?: string;