Sponsor

Text

Text is the used to render text and paragraphs within an interface. It renders a <p> tag by default.

Import#

Changing the font size#

To increase the font size of the text, you can pass the fontSize prop.

In love with React & Next

In love with React & Next

In love with React & Next

In love with React & Next

In love with React & Next

In love with React & Next

In love with React & Next

In love with React & Next

In love with React & Next

In love with React & Next

Editable Example

Truncate text#

Pass the isTruncated prop to render an ellipsis when the text exceeds the width of the viewport or maxWidth set.

Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.

Editable Example

Override style#

You can change the entire style of the text via props. For example, to change the font size, pass the fontSize prop. No need to write css or styled()

I'm using a custom font-size value for this text

Editable Example

Override the element#

To override the element that gets rendered, pass the as prop. Use Inspect Element to see the element that gets rendered in html.

Italic
Underline
I18N
Citation
Deleted
Emphasis
Inserted
Ctrl + C
Highlighted
Strikethrough
Sample
sub
sup
Editable Example

Props#

Text composes the Box component, so you can pass all Box style props.

Proudly made in 🇳🇬

Released under the MIT License.

Copyright © 2020 Segun Adebayo