Loading
Loading renders Falcon’s legacy spinner with optional text and compact inline presentation.
Code
import { Loading } from "@falcon/ui-kit/dist/legacy";
export function Example() { return <Loading />;}Small Inline
Section titled “Small Inline”Code
import { Loading } from "@falcon/ui-kit/dist/legacy";
export function Example() { return ( <div className="tw:w-fit"> <Loading inline small /> </div> );}Loading
Section titled “Loading”className
Section titled “className”className?: stringhideText
Section titled “hideText”hideText?: booleaninline
Section titled “inline”inline?: booleanlabel?: string = "Loading..."small?: boolean