1.0.10 • Published 6 years ago

yum-components v1.0.10

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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'

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago