Application dialogs2
mynaui/application-dialogs2FreeBlock
A collection of application dialog components.
Install it
npx shadcn@latest add https://mynaui.com/r/application-dialogs2.jsonSource
1import { Button } from "@/ui/button";2import {3 Dialog,4 DialogClose,5 DialogContent,6 DialogTrigger,7} from "@/ui/dialog";8import { Label } from "@/ui/label";9import {10 Select,11 SelectContent,12 SelectItem,13 SelectTrigger,14 SelectValue,15} from "@/ui/select";16import { ArrowLeftRight, Github, Myna } from "@mynaui/icons-react";1718export default function LinkRepoDialog() {19 return (20 <Dialog>21 <DialogTrigger asChild>22 <Button variant="outline">Link Repo</Button>23 </DialogTrigger>24 <DialogContent className="bg-background border-0 flex w-full flex-col items-center gap-6 overflow-hidden rounded-2xl p-0 sm:max-w-md">25 <div className="relative isolate w-full">26 <div className="bg-background z-20 flex w-full flex-col items-center justify-center gap-6 rounded-2xl border p-6">27 <div className="flex w-full items-center justify-center gap-4">28 <div className="border-border bg-background w-fit rounded-lg border p-3">29 <Myna className="h-6 w-6" />30 </div>3132 <div className="w-fit">33 <ArrowLeftRight className="text-muted-foreground h-6 w-6" />34 </div>3536 <div className="border-border bg-background w-fit rounded-lg border p-3">37 <Github className="h-6 w-6" />38 </div>39 </div>4041 <div className="flex w-full flex-col items-center justify-center gap-2">42 <h1 className="text-foreground text-center text-xl leading-none font-semibold tracking-tight">43 Connect MynaUI to GitHub44 </h1>45 <p className="text-muted-foreground text-center text-base font-normal">46 Select a user and repository to connect with MynaUI for47 streamlined workflow integration48 </p>49 </div>5051 <div className="flex w-full flex-col items-center justify-center gap-6">52 <div className="flex w-full flex-col items-start gap-2">53 <Label54 htmlFor="github-user"55 className="text-foreground text-sm leading-none font-normal tracking-tight"56 >57 GitHub User58 </Label>59 <Select>60 <SelectTrigger className="w-full" defaultValue="praveenjuge">61 <SelectValue placeholder="praveenjuge" />62 </SelectTrigger>63 <SelectContent>64// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from mynaui
All 346 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 40414041 | mynaui | Blocks | Free | no deps · 2 files | |
| 40424042 | mynaui | Blocks | Free | no deps · 2 files | |
| 40434043 | mynaui | Blocks | Free | no deps · 2 files | |
| 40444044 | mynaui | Blocks | Free | no deps · 2 files | |
| 40454045 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets1app-sheets1 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets2app-sheets2 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets3app-sheets3 | mynaui | Blocks | Free | no deps · 2 files |
