0.2.2 • Published 1 year ago

@logo-rn/logo-panel v0.2.2

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
1 year ago

@logo-rn/logo-panel

is a component to make a seperated view with CSS props.

npm version

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>

For more detailed information, please visit:

Logo Elements Documentation ↗