0.1.5 • Published 2 years ago

@logo-rn/logo-link-button-paper v0.1.5

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

@logo-rn/logo-link-button

allows user to navigate the given url.

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

import {LogoLinkButtonPaper} from '@logo-rn/@logo-rn/logo-link-button';
      <LogoLinkButtonPaper 
      navigateUrl="https://www.logo.com.tr" 
      text="Link Button"
      onClick={()=>console.log("Clicked")} />

For more detailed information, please visit:

Logo Elements Documentation ↗