Ui Kit
Getting Started
Colors
Typography
Components
ActionsPanel
Alert
Autocomplete
Button
Checkbox
Dropdown
ErrorPresenter
Form
Grid
GroupedList
Header
Icon
Input
KeyValue
Label
Basic usage
With as prop
LabelAction
Layout
Link
List
NavigationPanel
PageHeader
Progress
Radio
Select
SidePanel
Tabs
TextArea
Toggle
Tree
Changelog
Label
className
string | undefined
as
string | ComponentClass<any, any> | FunctionComponent<any> | undefined
style
CSSProperties | undefined
htmlFor
string | undefined
Basic usage
<Label>About us</Label>
<
Label
>
About us
</
Label
>
With as prop
<Label as="span">About us</Label>
<
Label
as
=
"
span
"
>
About us
</
Label
>