@logo-rn/logo-panel
v0.2.2
Published
<LogoPanel/> is a component to make a seperated view with CSS props.
Downloads
3
Readme
@logo-rn/logo-panel
is a component to make a seperated view with CSS props.
Installation
Install the component:
npm i @logo-rn/logo-panel -s
Usage
Once installed, import the component in your application:
import {LogoPanel} from '@logo-rn/logo-panel';
<LogoPanel
headerText="HeaderText"
foreColor="black" >
<Text>Panel Children</Text>
</LogoPanel>