Module

LineLoader

Methods

# inner LineLoader(props) → {React.ReactElement}

Parameters:
Name Type Attributes Description
props object props object
message string <optional>
message to display
messageAlign string <optional>
left, right, or center
width string <optional>
width of the loader

View Source stories/LineLoader.jsx, line 16

- React component
React.ReactElement
Example
<LineLoader message="Loading..." />