0.2.2 • Published 11 months ago

@logo-rn/logo-fab v0.2.2

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

@logo-rn/logo-fab

is a small button set to let user select multiple options.

npm version

Installation

Install the component:

npm i @logo-rn/logo-fab -s

Usage

Once installed, import the component in your application:

import {LogoFab} from '@logo-rn/logo-fab';
  <LogoFab
     icon={"star"}
     onPress={() =>console.log("first")}
   />

For more detailed information, please visit:

Logo Elements Documentation ↗