Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 412 Bytes

TextBase.md

File metadata and controls

40 lines (20 loc) · 412 Bytes

TextBase (component)

A general purpose text component which converts props into styles defined in the configuration.

Props

bold

type: bool

color

type: string defaultValue: 'default'

fontSize

type: enum(0|1|2|3|4|5|6)

lineHeight

type: enum(0|1|2|3|4|5|6) defaultValue: 1

textAlign

type: string

thin

type: bool