0.2.7 • Published 7 months ago

@logo-rn/logo-dialog v0.2.7

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
7 months ago

@logo-rn/logo-dialog

allows user to take actions on a modal.

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

import {LogoDialog} from '@logo-rn/logo-dialog';
 const [visible, setVisible] = React.useState(false);
 //...
  <LogoDialog
     visibility={visible}
     headerText="Header"
     id="dialog">
      <Text>Body of the dialog</Text>
  </LogoDialog>

For more detailed information, please visit:

Logo Elements Documentation ↗