yum-components
v1.0.10
Published
Components for yum app's created with react native
Downloads
2
Readme
Yum-Components
Yum Components for mobile app's created with REACT NATIVE
GeneralButton
Sin icono
<GeneralButton
text='COMENZAR'
/>
Con icono a la izquierda
<GeneralButton
text='AÑADIR A LA BOLSA'
Icon='shopping-bag'
/>
Con icono a la derecha
<GeneralButton
text='PAGAR'
IconSide='check'
/>
OrderDetails
<OrderDetail
quantity = {this.state.order.items.food1.quantity}
<-- quantity of orders-food
food = {this.state.order.items.food1.food}
<--food name
details = 'sin cebolla'
<--details of order(not required)
price = {price.toFixed(2)}
<-- price of food(not required)
/>
Icon Editable
<IconEdit
name = {'arrow-right'}
color = '#FF5722'
/>
CircleImage
<CircleImage
source={require('../../assets/img/restaurant.jpg')}
/>
PreviewFood
<PreviewFood />
Props
titleColor='rgb(255,87,34)'
titleText='Tostadas de pollo'
descriptionText='Orden de 3 con lechuga, aguacate, cebolla morada y tomate.'
width='100%'
height='30px'
source={require('../../assets/img/restaurant.jpg')}
price ={'50'}
status = 'Disponible'