0.5.2 • Published 2 years ago

react-native-wui v0.5.2

Weekly downloads
2
License
ISC
Repository
github
Last release
2 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

2 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago