Skip to content

Text

Display text and links with theme styles.

Import

js
import { MpText } from '@mekari/pixel3'

Playground

API

MpText

Props
Slots
NameTypeDefault
as
Rendered tag of text.
stringp
size
Font size of text.
h1 | h2 | h3 | body-small | body | label | label-small | overlinelabel
weight
Font weight of text.
regular | semiBoldregular
line-clamp
Truncates text at a specific number of lines.
string1
color
Color of text.
stringdark
is-truncated
If true, font will be truncated.
booleanfalse
is-strike
If true, font decoration is line-through.
booleanfalse
is-text-link
If true, font decoration is underline.
booleanfalse

Usage

Size

Truncate

Other