@logo-rn/logo-object-card
v0.2.1
Published
<LogoObjectCard/> is a card with action buttons used with caurosel view.
Downloads
6
Readme
@logo-rn/logo-object-card
is a card with action buttons used with caurosel view.
Installation
Install the component:
npm i @logo-rn/logo-object-card -s
Usage
Once installed, import the component in your application:
import {LogoObjectCard} from '@logo-rn/logo-object-card';
<LogoObjectCard
headerText={"Header"}
button1={{ onPress: () => {}, text: "Vazgeç", type: "Info" }}
button2={{ onPress: () => {}, text: "Onayla", type: "Primary" }}
/>