0.1.0 • Published 2 years ago

@logo-rn/logo-alert v0.1.0

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 years ago

@logo-rn/logo-alert

allows user to launch an alert dialog with the specified title and message.

npm version

Installation

Install the component:

npm i @logo-rn/logo-alert -s

Usage

Once installed, import the component in your application:

import {LogoAlert} from '@logo-rn/logo-alert';
 const [visible, setVisible] = React.useState(false);
  //...
  <LogoAlert
        visible={visible}
        close={() => setVisible(false)}
        title={“Title”}
   /> 

For more detailed information, please visit:

Logo Elements Documentation ↗