Modal & Dialog Blocks based on shadcn/ui
import Modals01 from "@/components/creative-tim/blocks/modals-01"
export default function Page() {
return <Modals01 />
}
import Modals02 from "@/components/creative-tim/blocks/modals-02"
export default function Page() {
return <Modals02 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROimport Modals03 from "@/components/creative-tim/blocks/modals-03"
export default function Page() {
return <Modals03 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROimport Modals04 from "@/components/creative-tim/blocks/modals-04"
export default function Page() {
return <Modals04 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROimport Modals05 from "@/components/creative-tim/blocks/modals-05"
export default function Page() {
return <Modals05 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROimport Modals06 from "@/components/creative-tim/blocks/modals-06"
export default function Page() {
return <Modals06 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROimport Modals07 from "@/components/creative-tim/blocks/modals-07"
export default function Page() {
return <Modals07 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROimport Modals08 from "@/components/creative-tim/blocks/modals-08"
export default function Page() {
return <Modals08 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROimport Modals09 from "@/components/creative-tim/blocks/modals-09"
export default function Page() {
return <Modals09 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROimport Modals10 from "@/components/creative-tim/blocks/modals-10"
export default function Page() {
return <Modals10 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROimport Modals11 from "@/components/creative-tim/blocks/modals-11"
export default function Page() {
return <Modals11 />
}
Command palette modal featuring recent items, navigation, and action groups with keyboard shortcuts. Includes quick launch triggers and search.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROCommand Palette
Quick navigation with keyboard shortcuts and recent actions.
Command Palette
Search for a command to run...
import CommandPaletteModal from "@/components/creative-tim/blocks/command-palette-modal"
export default function Page() {
return <CommandPaletteModal />
}