Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 462 Bytes

LoadingPage.md

File metadata and controls

44 lines (24 loc) · 462 Bytes

LoadingPage (component)

Displays a loading indicator, and on iOS an optional loading message.

Props

alignTop

type: bool defaultValue: false

color

type: string defaultValue: 'gray'

isLoading

type: bool defaultValue: true

large

type: bool defaultValue: false

loadingText

type: string defaultValue: 'Loading...'

showText

type: bool defaultValue: true