0.1.7 • Published 5 years ago

@paraboly/react-app-menu-bar v0.1.7

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

Beautiful & Easy to use AppMenuBar for React by Paraboly

Platform - Web License: MIT styled with prettier

Install

npm i @paraboly/react-app-menu-bar

Usage

Please check the storybook's example to get the usage of the library. You can simply clone the project and npm i && npm start to check the how to use the library with alive example.

import AppMenuBar, { AppButton } from "@paraboly/react-app-menu-bar";

<AppMenuBar title="Laboratory Apps">
  <AppButton
    text="Science"
    imageSource={scienceImageSource}
    onPress={() => {}}
  />
  <AppButton
    text="Research"
    imageSource={researchImageSource}
    onPress={() => {}}
  />
  <AppButton text="Flask" imageSource={flaskImageSource} onPress={() => {}} />
  <AppButton
    text="Laboratory"
    imageSource={laboratoryImageSource}
    onPress={() => {}}
  />
  <AppButton
    text="Experiments"
    imageSource={experimentsImageSource}
    onPress={() => {}}
  />
  <AppButton
    text="Micro Organism"
    imageSource={microorganismImageSource}
    onPress={() => {}}
  />
</AppMenuBar>;

Author

FreakyCoder, kurayogun@gmail.com

License

AppMenuBar is available under the MIT license. See the LICENSE file for more info.

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago