LocationStatusStatic
Server-rendered, zero-JS placeholder for the above-the-fold location/status UI.
Not VerifiedComponent1 file
razi-style
Preview
Preview not yet added for LocationStatusStatic.
Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.
Install
npx shadcn add https://www.razisyed.cv/r/location-status-staticUsage
import { LocationStatusStatic } from "@/components/ui/LocationStatusStatic";
export default function Example() {
return <LocationStatusStatic />;
}Source
Loading source...