import type { Component, ComponentProps } from "solid-js" import { splitProps } from "solid-js" import { cn } from "@/lib/utils" const Label: Component> = (props) => { const [local, others] = splitProps(props, ["class"]) return (