use-disabled
Synchronize the state of the disabled prop with the fieldset tag
Import
import { useDisabled } from "@atomico/hooks/use-disabled";Sintaxis
const disabled:boolean = useDisabled(matches?: string = "fieldset");Example
Last updated
Was this helpful?
