0.2.6 • Published 7 months ago

@logo-rn/logo-button v0.2.6

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
7 months ago

@logo-rn/logo-button

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

npm version

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")} />

For more detailed information, please visit:

Logo Elements Documentation ↗