Components

Label

<Label />

Represents labels inside the application.

Constructor

# <Label />

View Source admin-bro/src/frontend/components/ui/label.tsx, line 16

Example

Type Definitions

object

# Props

Properties:
Name Type Attributes Description
children ReactNode
style React.CSSProperties <optional>
htmlFor string <optional>

View Source admin-bro/src/frontend/components/ui/label.tsx, line 34