0.2.1 • Published 1 year ago

@logo-rn/logo-context-button v0.2.1

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

@logo-rn/logo-context-button

allows user to use click operation.

npm version

Installation

Install the component:

npm i @logo-rn/logo-context-button -s

Usage

Once installed, import the component in your application:

import {LogoContextButton} from '@logo-rn/logo-context-button';
   <LogoContextButton 
      text={"hello"} 
      onClick={renderAlert} 
      clickOperation={"Cancel"} />

For more detailed information, please visit:

Logo Elements Documentation ↗