0.2.1 • Published 11 months ago

@logo-rn/logo-object-card v0.2.1

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

@logo-rn/logo-object-card

is a card with action buttons used with caurosel view.

npm version

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

For more detailed information, please visit:

Logo Elements Documentation ↗