react-native-buttons-bootstrap
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Introduction

React native bootstrap buttons.

npm LICENSE MIT

NPM

Getting Started

Demo

Demo

Installation

npm i react-native-buttons-bootstrap --save

Usage

exemple
import { BtsrpBtn } from "react-native-buttons-bootstrap";
<BtsrpBtn btnText="Exemple" btnStyle="primary" btnRadius={-1} custumTextStyle={{textTransform:"uppercase"}} onPress={()=>{console.log("stop it!")}}  />

Properties

(non of the props is required)
Prop Name Type Default Value
btnText string "DEFAULT"
btnStyle string enum "primary",
"secondary","success","danger","warning",
"info","outlinePrimary","outlineSecondary",
"outlineSuccess","outlineDanger","outlineWarning" ,"outlineInfo"
null
btnRadius number 4
custumTextStyle Object null
onPress void null
onLongPress void null

Package Sidebar

Install

npm i react-native-buttons-bootstrap

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

171 kB

Total Files

31

Last publish

Collaborators

  • trycatch123