0.1.2 • Published 1 year ago

@logo-rn/logo-dialog-paper v0.1.2

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
1 year ago

@logo-rn/logo-dialog-paper

allows user to take actions on a modal.

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

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

For more detailed information, please visit:

Logo Elements Documentation ↗