import { Button } from "mako-ui/components/button"; import { Dialog, DialogClose, DialogDescription, DialogFooter, DialogHeader, DialogPanel, DialogPopup, DialogTitle, DialogTrigger, } from "mako-ui/components/dialog"; import { Field, FieldLabel } from "mako-ui/components/field"; import { Form } from "mako-ui/components/form"; import { Input } from "mako-ui/components/input"; export default function Particle() { return ( }> Open Dialog Edit profile Make changes to your profile here. Click save when you're done.
Name Username }> Cancel
); }