@logo-rn/logo-context-button
v0.2.1
Published
<LogoContextButton/> allows user to use click operation.
Downloads
3
Readme
@logo-rn/logo-context-button
allows user to use click operation.
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"} />