import { Text } from '@blasterjs/core'
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.
This is a paragraph
Code
Pre
Small and centered
Prop | Type | Required | Default | Description |
---|---|---|---|---|
COMMON | Style Prop | see Style Props | ||
TYPOGRAPHY | Style Prop | see Style Props | ||
FLEX_ITEM | Style Prop | see Style Props |