Components
Qreatify workspace rail with app switcher, create action, navigation icons and utility actions.
Loading preview...
import QreatifyWorkspaceRail from "@/components/ui/qreatify-workspace-rail";
export default function QreatifyWorkspaceRailDemo() {
return (
<div className="flex h-96 bg-zinc-950">
<QreatifyWorkspaceRail initial="M" />
</div>
);
}