Home > @xypnox/xip-ui > Label

Label() function

Signature:

Label: (props: JSX.HTMLAttributes<HTMLLabelElement> & {
    class?: string;
}) => JSX.Element

Parameters

Parameter

Type

Description

props

JSX.HTMLAttributes<HTMLLabelElement> & { class?: string; }

**Returns:**

JSX.Element