1.0.1 • Published 3 years ago
@socialwell-design/alert-dialog v1.0.1
This is a socialwell web design system
Installation
yarn add @socialwell-design/alert-dialog
or
npm i @socialwell-design/alert-dialog
How to use
import { AlertDialog } from "@socialwell-design/alert-dialog";
<AlertDialog
onClick={() => {}}
text="Lorem ipsum dolor sit amet?"
title="Delete user"
/>