0.1.0 • Published 2 years ago

@logo-rn/logo-button-paper v0.1.0

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

@logo-rn/logo-button-paper

is an accessible and customizable button that allows users to perform actions.

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

import {LogoButtonPaper} from '@logo-rn/logo-button-paper';
   <LogoButtonPaper text={"Button"} onClick={()=>Alert.alert("Clicked")} />

For more detailed information, please visit:

Logo Elements Documentation ↗