react-native-horizontal-tab

0.9.3 • Public • Published

react-native-horizontal-tab

react-native-horizontal-tabis built to provide a simple tab ui and event.

Demo

start

npm install react-native-horizontal-tab --save-dev

how to use it?

var Tab = require('react-native-horizontal-tab');


//in JSX
<Tab idx={this.state.idx} tabClick={(idx) => this._handlePress(idx)} tabstr="tab1,tab2"></Tab>

Options

  • @tabstr a string. the text shown on tab
  • @idx the index of tabs to show which is highlighted
  • @tabClick press event

MIT LICENSE

Readme

Keywords

Package Sidebar

Install

npm i react-native-horizontal-tab

Weekly Downloads

5

Version

0.9.3

License

MIT

Last publish

Collaborators

  • jack_pu