@manhphi1309/alert-dialog
v0.1.2
Published
A custom alert-dialog component for the shadcn-custom monorepo.
Readme
@manhphi1309/alert-dialog
A custom alert-dialog component for the shadcn-custom monorepo.
Subcomponents
Alert-dialog
Dependencies
@manhphi1309/utils
Installation
npm install @manhphi1309/alert-dialogUsage Example
import { Alert-dialog } from "@manhphi1309/alert-dialog";
export default function App() {
return (
<Alert-dialog>
Hello World
</Alert-dialog>
);
}