Blazorise Typography API
Explore the Blazorise Typography API reference for parameters, events, methods, and related types.
For examples and usage guidance, see the Typography documentation.
API
Parameters
Text
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this component. |
RenderFragment | null |
CopyToClipboard |
If true, the content of the component will be copied to clipboard on click event. |
bool | false |
Italic |
Italicize text if set to true. |
bool | false |
Paragraph
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this component. |
RenderFragment | null |
CopyToClipboard |
If true, the content of the component will be copied to clipboard on click event. |
bool | false |
Italic |
Italicize text if set to true. |
bool | false |
Lead
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this component. |
RenderFragment | null |
CopyToClipboard |
If true, the content of the component will be copied to clipboard on click event. |
bool | false |
Italic |
Italicize text if set to true. |
bool | false |
Heading
| Parameter | Description | Type | Default |
|---|---|---|---|
AlternativeTagName |
Specifies the alternative tag name for the heading element. Default is set to |
string | |
ChildContent |
Specifies the content to be rendered inside this component. |
RenderFragment | null |
CopyToClipboard |
If true, the content of the component will be copied to clipboard on click event. |
bool | false |
Italic |
Italicize text if set to true. |
bool | false |
Size |
Specifies the heading size. Possible values: |
HeadingSize | HeadingSize.Is3 |
DisplayHeading
| Parameter | Description | Type | Default |
|---|---|---|---|
AlternativeTagName |
Specifies the alternative tag name for the heading element. Default is set to |
string | |
ChildContent |
Specifies the content to be rendered inside this component. |
RenderFragment | null |
CopyToClipboard |
If true, the content of the component will be copied to clipboard on click event. |
bool | false |
Italic |
Italicize text if set to true. |
bool | false |
Size |
Specifies the display heading size. Possible values: |
DisplayHeadingSize | DisplayHeadingSize.Is2 |
UnorderedList
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this component. |
RenderFragment | null |
CopyToClipboard |
If true, the content of the component will be copied to clipboard on click event. |
bool | false |
Italic |
Italicize text if set to true. |
bool | false |
ListStyleImage |
Specifies the marker images for list items. The paremeter accepts Base64 encoded string that represents an image, or a URL. |
string | |
Unstyled |
Remove the default |
bool | false |
UnorderedListItem
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this component. |
RenderFragment | null |
CopyToClipboard |
If true, the content of the component will be copied to clipboard on click event. |
bool | false |
Italic |
Italicize text if set to true. |
bool | false |
OrderedList
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this component. |
RenderFragment | null |
CopyToClipboard |
If true, the content of the component will be copied to clipboard on click event. |
bool | false |
Italic |
Italicize text if set to true. |
bool | false |
ListStyleImage |
Specifies the marker images for list items. |
string | |
ListType |
Specifies the type of item markers. Possible values: |
OrderedListType | OrderedListType.Default |
Unstyled |
Remove the default |
bool | false |
OrderedListItem
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this component. |
RenderFragment | null |
CopyToClipboard |
If true, the content of the component will be copied to clipboard on click event. |
bool | false |
Italic |
Italicize text if set to true. |
bool | false |