GithubHelp home page GithubHelp logo

imverygood / react-native-viewpager-indicator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jackuhan/react-native-viewpager-indicator

0.0 1.0 0.0 7.86 MB

修改自react-native-scrollable-tab-view,增加了根据文字内容适配下划线长度的功能。

License: MIT License

JavaScript 83.54% Python 3.81% Java 2.94% Objective-C 9.70%

react-native-viewpager-indicator's Introduction

react-native-viewpager-indicator

修改自react-native-scrollable-tab-view,增加了根据文字内容适配下划线长度的功能。

Preview

Build and run the demo

基础用法,详细见examples

cd example
npm install
npm run-ios
npm start

Basic usage

npm install react-native-viewpager-indicator --save
var ScrollableTabView = require('react-native-viewpager-indicator');

var App = React.createClass({
  render() {
    return (
      <ScrollableTabView>
        <Page tabLabel="React" />
        <Page tabLabel="Flow" />
        <Page tabLabel="Jest" />
      </ScrollableTabView>
    );
  }
});

Contact

QQ:1196681436

Weibo:http://www.weibo.com/u/1693069642

email:[email protected]

Welcome to pull request

MIT Licensed

react-native-viewpager-indicator's People

Contributors

jackuhan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.