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 TypeDefault
ChildContent

Specifies the content to be rendered inside this component.

RenderFragmentnull
CopyToClipboard

If true, the content of the component will be copied to clipboard on click event.

boolfalse
Italic

Italicize text if set to true.

boolfalse

Paragraph

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this component.

RenderFragmentnull
CopyToClipboard

If true, the content of the component will be copied to clipboard on click event.

boolfalse
Italic

Italicize text if set to true.

boolfalse

Lead

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this component.

RenderFragmentnull
CopyToClipboard

If true, the content of the component will be copied to clipboard on click event.

boolfalse
Italic

Italicize text if set to true.

boolfalse

Heading

Parameter Description TypeDefault
AlternativeTagName

Specifies the alternative tag name for the heading element. Default is set to h1.

string
ChildContent

Specifies the content to be rendered inside this component.

RenderFragmentnull
CopyToClipboard

If true, the content of the component will be copied to clipboard on click event.

boolfalse
Italic

Italicize text if set to true.

boolfalse
Size

Specifies the heading size.

Possible values:Is1, Is2, Is3, Is4, Is5, Is6

HeadingSizeHeadingSize.Is3

DisplayHeading

Parameter Description TypeDefault
AlternativeTagName

Specifies the alternative tag name for the heading element. Default is set to h1.

string
ChildContent

Specifies the content to be rendered inside this component.

RenderFragmentnull
CopyToClipboard

If true, the content of the component will be copied to clipboard on click event.

boolfalse
Italic

Italicize text if set to true.

boolfalse
Size

Specifies the display heading size.

Possible values:Is1, Is2, Is3, Is4

DisplayHeadingSizeDisplayHeadingSize.Is2

UnorderedList

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this component.

RenderFragmentnull
CopyToClipboard

If true, the content of the component will be copied to clipboard on click event.

boolfalse
Italic

Italicize text if set to true.

boolfalse
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 list-style and left margin on list items (immediate children only).

boolfalse

UnorderedListItem

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this component.

RenderFragmentnull
CopyToClipboard

If true, the content of the component will be copied to clipboard on click event.

boolfalse
Italic

Italicize text if set to true.

boolfalse

OrderedList

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this component.

RenderFragmentnull
CopyToClipboard

If true, the content of the component will be copied to clipboard on click event.

boolfalse
Italic

Italicize text if set to true.

boolfalse
ListStyleImage

Specifies the marker images for list items.

string
ListType

Specifies the type of item markers.

Possible values:Default, LowerAlpha, LowerRoman, UpperAlpha, UpperRoman

OrderedListTypeOrderedListType.Default
Unstyled

Remove the default list-style and left margin on list items (immediate children only).

boolfalse

OrderedListItem

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this component.

RenderFragmentnull
CopyToClipboard

If true, the content of the component will be copied to clipboard on click event.

boolfalse
Italic

Italicize text if set to true.

boolfalse
On this page