0.5.2 • Published 3 years ago

react-native-wui v0.5.2

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

react-native-wui

开始使用

npm install react-native-wui --save

组件示例

时间选择组件

wdatepicker.jpg

import React from 'react
import { Wdatepicker } from 'react-native-wui'

class Wui extends React.Component{
  constructor(){
    super()
    this.state={

    }
  }

  render(){
    return(
      <Wdatepicker />
    )
  }
}

export default Wui

时间滑块组件

datechoice.png

import React from 'react
import { WtimeSelect } from 'react-native-wui'

class Wui extends React.Component{
  constructor(){
    super()
    this.state={

    }
  }

  render(){
    return(
      <WtimeSelect />
    )
  }
}

export default Wui

分类简介组件

avatar

import React from 'react
import { Whelp } from 'react-native-wui'

class Wui extends React.Component{
  constructor(){
    super()
    this.state={

    }
  }

  render(){
    return(
      <Whelp />
    )
  }
}

export default Wui

文档地址

https://loveit.cool
https://loveit.cool/wuidoc
0.5.2

3 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.9

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.9

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago