Loading
Import from @falcon/ui-kit/dist/legacy, not @falcon/ui-kit.
Loading renders Falcon’s legacy spinner with optional text and compact inline presentation.
Primary
Section titled “Primary”Code
<div style={{ margin: "0 auto", width: "fit-content" }}> <Loading /></div>Small Inline
Section titled “Small Inline”Code
<div style={{ margin: "0 auto", width: "fit-content" }}> <Loading inline small /></div>Loading
Section titled “Loading”| Name | Type/Description |
|---|---|
className | string | undefined |
hideText | boolean | undefined |
inline | boolean | undefined |
label = "Loading..." | string | undefined |
small | boolean | undefined |