Edit page

Text

Import

import { Text } from '@blasterjs/core'

Basic Usage

Exposes text based props: color, fontFamily, fontSize, fontWeight, fontStyle, textAlign, lineHeight, letterSpacing, textDecoration, textOverflow, textShadow, textTransform.

The <Text> component renders a <span> with basic styles by default.

Hello world

This is a paragraph

Semantic text tag elements

Strong
Bold
Italic
Underline
I18N
Deleted
Emphasis
Strikethrough
Code
Pre

Prop styling

I am bold
Primary color

Small and centered

PropTypes

PropTypeRequiredDefaultDescription
COMMONStyle Propsee Style Props
TYPOGRAPHYStyle Propsee Style Props
FLEX_ITEMStyle Propsee Style Props

Theming

Schema