1.0.4 • Published 4 years ago

cp-module v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

一个React Native 简易组件

Button

()=>{
  return <Button
  						disabled={false}
  						buttonStyle={{}}
  						textStyle={{}}
  						onPress={() => {}}
							title={'测试Button'}
         />
}

Radio ChckBox

()=>{
  return <Radio
  						disabled={false}
  						select={true}
  						textStyle={{}}
  						onChange={() => {}}
         />
}

BorderText

()=>{
  return <BorderText
  						color={'red'}
  						titles={['测试Butto2n','测试But2ton','测试Bu4tton','测试1B1utto4n']}
         />
}
              
()=>{
  return <BorderText
    					color={'red'}
  						title={'测试Butto2n'}
         />
}

WhiteSpace

()=>{
  return <WhiteSpace color={'red'}/>
}

Stepper

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago