New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

yum-components

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yum-components

Components for yum app's created with react native

latest
Source
npmnpm
Version
1.0.10
Version published
Maintainers
1
Created
Source

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'

Keywords

react-native

FAQs

Package last updated on 15 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts