Pair checkboxes and fix twig indent

This commit is contained in:
Gregory Schier
2023-03-20 00:03:33 -07:00
parent 31e09aba4b
commit d57dfbf225
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;