@logo-rn/logo-card
contain content and actions about a single subject
Installation
Install the component:
npm i @logo-rn/logo-card -s
Usage
Once installed, import the component in your application:
import {LogoCard} from '@logo-rn/logo-card';
<LogoCard bodyText="This is a Card" />