react-native-basic-comps
v1.0.0-alpha.0.0.6
Published
This package is react native basic component in one package, with easy to use customizable components
Downloads
5
Maintainers
Readme
React Native Basic Comps
A React Native basic components package provide you a package to build simple and light react native apps with many basics components and helper
Badges
Installation
Install my-project with npm
npm install react-native-basic-comps
Documentation
Text Components
Basic Usage
<Text weight="SemiBold" size="20" > [Text Here] </Text>
Button Components
Basic Usage
<Button
label="Button Text"
color="red"
onPress={()=>{
doSomething();
}}
/>
Authors
Roadmap
This is roadmap for first components
- [x] Text
- [x] Button
- [x] Divider
- [x] Avatar
- [x] Select
- [x] Input
- Badge
- BottomSheet
- Card
- CheckBox / RadioButton
- Image
- ListItem
Well you can make a request if you need some components :)