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 |
- React component
React.ReactElement
Example
<LineLoader message="Loading..." />