Add the given classes to the body and/or html element.
Restores the original classes at cleanp.
classes to assign to the body element
classes to assign to the html element
import { useBodyClass } from "@trashpanda001/helpers/react"function Component() { useBodyClass("bg-gray-800, "bg-gray-900") return <div>...</div>} Copy
import { useBodyClass } from "@trashpanda001/helpers/react"function Component() { useBodyClass("bg-gray-800, "bg-gray-900") return <div>...</div>}
Add the given classes to the body and/or html element.
Restores the original classes at cleanp.