Merged PR 204: Implement Properties' categories
This commit is contained in:
parent
fa3246b725
commit
34c00d267c
4 changed files with 365 additions and 257 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue