@logo-rn/logo-button
v0.2.6
Published
<LogoButton/> is an accessible and customizable button that allows users to perform actions.
Downloads
29
Readme
@logo-rn/logo-button
is an accessible and customizable button that allows users to perform actions.
Installation
Install the component:
npm i @logo-rn/logo-button -s
Usage
Once installed, import the component in your application:
import {LogoButton} from '@logo-rn/logo-button';
<LogoButton text={"Button"} onClick={()=>Alert.alert("Clicked")} />