Socket
Socket
Sign inDemoInstall

volkeno-button

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    volkeno-button

button stylised


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

This project is a stylised button of volkeno

This package is currently only maintained for Expo managed React Native projects, support for bare React Native projects is coming soon

Installation

Add the dependency:

npm i volkeno-button

or

yarn add volkeno-button

Peer Dependencies

IMPORTANT! You need install them.
 "react": "^16.0.0-beta.5",
 "react-native": "^0.49.1"

Basic Usage

First step: import the component:

import ButtonVolkeno from 'volkeno-button';

Second step: Use the button

<ButtonVolkeno 
        textButton="Click it"
        styles = {{backgroundColor:"green"}}/>
/>

Example Application

  • I just shared the example project on Expo, simply run on Snack to check what it is: via Expo

Configuration - Props

FloatingButton

PropertyTypeDefaultDescription
textButtonstring-text inside button
stylesfunction-style for the button

Author

Prince Diouf, princediouf95@gmail.com

License

React Native Button Library is available under the MIT license. See the LICENSE file for more info.

Keywords

FAQs

Last updated on 15 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc