Merged PR 204: Implement Properties' categories

This commit is contained in:
Eric Nguyen 2022-10-03 13:58:45 +00:00
parent fa3246b725
commit 34c00d267c
4 changed files with 365 additions and 257 deletions

View file

@ -35,7 +35,7 @@ export function ToggleButton(props: IToggleButtonProps): JSX.Element {
{ props.labelText }
</label>
<label
className="relative cursor-pointer"
className={`relative cursor-pointer ${props.inputClassName}`}
htmlFor={props.inputKey}
>
<input